baid appid remove hardcode

This commit is contained in:
zhangkun9038@dingtalk.com 2025-02-13 11:12:02 +08:00
parent 3e94b5bd0c
commit 481bed92cd

View File

@ -142,16 +142,7 @@ M._defaults = {
temperature = 0,
max_tokens = 8000,
},
------@type AvanteSupportedProvider
---["baidu"] = {
--- __inherited_from = "openai",
--- model = "deekseek-r1",
--- timeout = 30000, -- Timeout in milliseconds
--- temperature = 0,
--- max_tokens = 8000,
--- endpoint = "https://qianfan.baidubce.com/v2/chat/completions",
--- appid = "app-QzGDePL0",
---},
---@type AvanteSupportedProvider
["claude-opus"] = {
__inherited_from = "claude",