Jemy Graw

Results 22 comments of Jemy Graw

`user_social`对应的代码在`social-auth`目录下的`models.go`里面。 ``` go func (e *UserSocial) TableUnique() [][]string { return [][]string{ {"Identify", "Type"}, } } ``` 有必要将这个设为联合键么? `setting`的代码位于`wetalk/models/auth.go`里面。

DeepSeek只支持 /v2/chat/completions,所以你需要用如下方法初始化一个 client ``` var client = &Client{ chat: qianfan.NewChatCompletionV2(), ModelName: modelName, temperature: 0.7, topP: 0, penaltyScore: 1.0, } ``` https://github.com/baidubce/bce-qianfan-sdk/blob/main/docs/go/inference.md#v2-%E8%B0%83%E7%94%A8