Skip to content

Commit 6d9ecdb

Browse files
committed
chore: refactor and update AI model configurations
- Update the OpenAI model configuration from `meta-llama/llama-3-8b-instruct:free` to `google/learnlm-1.5-pro-experimental:free` Signed-off-by: appleboy <[email protected]>
1 parent 733e410 commit 6d9ecdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The following example use free model name: `meta-llama/llama-3-8b-instruct:free`
201201
codegpt config set openai.provider openai
202202
codegpt config set openai.base_url https://openrouter.ai/api/v1
203203
codegpt config set openai.api_key sk-or-v1-xxxxxxxxxxxxxxxx
204-
codegpt config set openai.model meta-llama/llama-3-8b-instruct:free
204+
codegpt config set openai.model google/learnlm-1.5-pro-experimental:free
205205
```
206206

207207
[50]:https://openrouter.ai/

0 commit comments

Comments
 (0)