improvement: tweak deep seekp llm configuration in sample project.

This commit is contained in:
wangchongshi
2024-08-13 17:37:54 +08:00
parent ea9ef92731
commit b76b7d29ad

View File

@@ -7,5 +7,5 @@ api_key_env: 'DEEPSEEK_API_KEY'
api_base_env: 'DEEPSEEK_API_BASE'
metadata:
type: 'LLM'
module: 'agentuniverse.llm.openai_style_llm'
class: 'OpenAIStyleLLM'
module: 'agentuniverse.llm.default.deep_seek_openai_style_llm'
class: 'DefaultDeepSeekLLM'