diff --git a/config/config2.yaml b/config/config2.yaml index 22df387cb..8e5825b57 100644 --- a/config/config2.yaml +++ b/config/config2.yaml @@ -4,4 +4,4 @@ llm: api_type: "openai" # or azure / ollama / open_llm etc. Check LLMType for more options model: "gpt-4-turbo-preview" # or gpt-3.5-turbo-1106 / gpt-4-1106-preview base_url: "https://api.openai.com/v1" # or forward url / other llm url - api_key: "YOUR_API_KEY-hui" \ No newline at end of file + api_key: "YOUR_API_KEY" \ No newline at end of file