mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-29 10:43:06 +08:00
通义千问修改
This commit is contained in:
@ -35,7 +35,7 @@ public class TongyiChatCompletions {
|
||||
*/
|
||||
@JsonCreator
|
||||
private TongyiChatCompletions(
|
||||
@JsonProperty(value = "id") String id,
|
||||
@JsonProperty(value = "request_id") String id,
|
||||
@JsonProperty(value = "output") TongyiChatOutput choices,
|
||||
@JsonProperty(value = "usage") TongyiChatCompletionsUsage usage) {
|
||||
this.id = id;
|
||||
|
Reference in New Issue
Block a user