mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-31 16:39:48 +00:00
deps(tongyi): fix tongyi dependencies and add tongyi proxy config
This commit is contained in:
@@ -24,10 +24,10 @@ persist_path = "pilot/data"
|
||||
name = "qwen-plus"
|
||||
provider = "${env:LLM_MODEL_PROVIDER:-proxy/openai}"
|
||||
api_base = "https://dashscope.aliyuncs.com/compatible-mode/v1"
|
||||
api_key = "sk-c806e08c9c7c49c28cf1735f85971319"
|
||||
api_key = "sk-"
|
||||
|
||||
[[models.embeddings]]
|
||||
name = "text-embedding-v3"
|
||||
provider = "${env:EMBEDDING_MODEL_PROVIDER:-proxy/openai}"
|
||||
api_url = "https://dashscope.aliyuncs.com/compatible-mode/v1/embeddings"
|
||||
api_key = "sk-c806e08c9c7c49c28cf1735f85971319"
|
||||
api_key = "sk-"
|
||||
|
Reference in New Issue
Block a user