Skip to content

Commit

Permalink
fix: Updated initial starter gpt-4o model
Browse files Browse the repository at this point in the history
  • Loading branch information
samholt committed Dec 27, 2024
1 parent 265007e commit cae982d
Show file tree
Hide file tree
Showing 6 changed files with 1,214 additions and 552 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ You can configure `~/.l2mac/config.yaml` according to the [example](https://gith
```yaml
llm:
api_type: "openai" # or azure etc. Check ApiType for more options
model: "gpt-4-turbo-preview" # or "gpt-4-turbo"
model: "gpt-4o"
base_url: "https://api.openai.com/v1" # or forward url / other llm url
api_key: "YOUR_API_KEY"
```
Expand Down
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Reflected Code: https://github.com/samholt/L2MAC/blob/master/l2mac/config.py
llm:
api_type: "openai" # or azure etc. Check ApiType for more options
model: "gpt-4-turbo-preview" # or "gpt-4-turbo"
model: "gpt-4o"
base_url: "https://api.openai.com/v1" # or forward url / other llm url
api_key: "YOUR_API_KEY"
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ After installation, follow these steps to configure the LLM API, using the OpenA
```yaml
llm:
api_type: "openai" # or azure etc. Check ApiType for more options
model: "gpt-4-turbo-preview" # or "gpt-4-turbo"
model: "gpt-4o"
base_url: "https://api.openai.com/v1" # or forward url / other llm url
api_key: "YOUR_API_KEY"
```
Expand Down
Loading

0 comments on commit cae982d

Please sign in to comment.