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