You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model := "DeepSeek-V3" // OR DeepSeek-R1
qianfan.GetConfig().AK = wenXinConf.AppKey
qianfan.GetConfig().SK = wenXinConf.AppSecret
client := qianfan.NewChatCompletion(
qianfan.WithModel(model),
)
error: model DeepSeek-V3 is not supported, use ModelList() to acquire supported model list
contribution or solutions
No response
The text was updated successfully, but these errors were encountered:
woody712
changed the title
GOLANG SDK doesn't support model 'DeepSeek', Please add these models in model list
GOLANG SDK doesn't support model 'DeepSeek', Please add these models into model list
Feb 5, 2025
Feature request
error: model
DeepSeek-V3
is not supported, useModelList()
to acquire supported model listcontribution or solutions
No response
The text was updated successfully, but these errors were encountered: