forked from axin-s-Template/Nextjs-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
有人遇到同样的问题么,我设置了
[model_providers.deepseek]
name = "DeepSeek"
base_url = "https://api.deepseek.com/v1"
wire_api = "responses"
env_key = "MODELSCOPE_API_KEY"
[profiles.deepseek-chat]
model_provider = "deepseek"
model = "deepseek-chat" 之后,提示我
Unexpected status 404 Not Found: , url: https://api.deepseek.com/v1/responses,把responses改成chat又提示 Support for the "chat" wire API is deprecated and will soon be removed. Update
your model provider definition in config.toml to use wire_api = "responses".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels