Skip to content

Commit

Permalink
UPdate
Browse files Browse the repository at this point in the history
  • Loading branch information
samholt committed Apr 22, 2024
1 parent 7e9e14f commit 18999ef
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions config/config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Full Example: https://github.com/geekan/MetaGPT/blob/main/config/config2.example.yaml
# Reflected Code: https://github.com/geekan/MetaGPT/blob/main/metagpt/config2.py
# Full Example: https://github.com/samholt/L2MAC/blob/master/config/config.yaml
# Reflected Code: https://github.com/samholt/L2MAC/blob/master/l2mac/config.py
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
# model: "gpt-4-turbo" # or gpt-3.5-turbo-1106 / gpt-4-1106-preview
api_type: "openai" # or azure etc. Check ApiType for more options
model: "gpt-4-turbo-preview" # or "gpt-4-turbo"
base_url: "https://api.openai.com/v1" # or forward url / other llm url
api_key: "sk-proj-4DKTzPD9LNngbqxsDyxcT3BlbkFJ0H59Z1GvSmpwzMrvbVm2"
api_key: "YOUR_API_KEY"

0 comments on commit 18999ef

Please sign in to comment.