feat(llm): update model version and add reasoning effort parameter
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 7m51s

This commit is contained in:
gameloader
2025-10-21 14:24:23 +08:00
parent ce1de82ee3
commit 994b6fc0fe
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ OPENAI_EMBEDDING_MODEL = "doubao-embedding-large-text-250515"
OPENAI_EMBEDDING_DIM = 2048
OPENAI_EMBEDDING_KEY = os.getenv("DOUBAO_API_KEY", "YOUR_API_KEY_PLACEHOLDER_IF_NOT_IN_ENV")
OPENAI_EMBEDDING_BASE = "https://ark.cn-beijing.volces.com/api/v3"
OPENAI_LLM_MODEL = "doubao-seed-1-6-250615"
OPENAI_LLM_MODEL = "doubao-seed-1-6-251015"
# ---huggingface模型---
HUGGINGFACE_KEY = "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"