deps(tongyi): fix tongyi dependencies and add tongyi proxy config

This commit is contained in:
yyhhyyyyyy
2025-03-14 16:59:50 +08:00
parent b25f6920d1
commit 9483cba353

View File

@@ -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-"