Skip to content

Commit e44d6a2

Browse files
author
Andy
committed
feat: update config.json
1 parent a996e94 commit e44d6a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/travel_planner/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
```json
1111

1212
{
13-
"model_name":"qwen3-32b",
13+
"model_name":"gemini-2.0-flash",
1414
"api_key": "API_KEY",
15-
"base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1"
15+
"base_url": "https://openrouter.ai/api/v1"
1616
}
1717
```
1818
2. Create an environment file with your API key:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"model_name":"qwen3-32b",
2+
"model_name":"gemini-2.0-flash",
33
"api_key": "API_KEY",
4-
"base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1"
4+
"base_url": "https://openrouter.ai/api/v1"
55
}

0 commit comments

Comments
 (0)