diff --git a/config/config2.yaml b/config/config2.yaml index b3f24539c..8cc1aa34f 100644 --- a/config/config2.yaml +++ b/config/config2.yaml @@ -2,7 +2,7 @@ # Reflected Code: https://github.com/geekan/MetaGPT/blob/main/metagpt/config2.py # Config Docs: https://docs.deepwisdom.ai/main/en/guide/get_started/configuration.html llm: - api_type: "openai" # or azure / ollama / groq etc. - model: "gpt-4-turbo" # or gpt-3.5-turbo - base_url: "https://api.openai.com/v1" # or forward url / other llm url - api_key: "YOUR_API_KEY" \ No newline at end of file + api_type: 'openai' # or azure / ollama / groq etc. Check LLMType for more options + model: 'gpt-4o' # or gpt-3.5-turbo + base_url: "https://oneapi.deepwisdom.ai/v1" # or forward url / other llm url + api_key: "sk-NIIgRdoQLIK9bfVV7f35696d96E7493c8bBb20102e5cDb40" \ No newline at end of file