Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
samholt committed Apr 23, 2024
1 parent bca70fb commit 7caeeb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions l2mac/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ def load_config() -> L2MACConfig:
raise e


DEFAULT_CONFIG = """# 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
DEFAULT_CONFIG = """# 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 etc. Check LLMType for more options
model: "gpt-4-1106-preview" # 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: "YOUR_API_KEY"
"""
Expand Down

0 comments on commit 7caeeb5

Please sign in to comment.