We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a996e94 commit e44d6a2Copy full SHA for e44d6a2
examples/travel_planner/README.md
@@ -10,9 +10,9 @@
10
```json
11
12
{
13
- "model_name":"qwen3-32b",
+ "model_name":"gemini-2.0-flash",
14
"api_key": "API_KEY",
15
- "base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1"
+ "base_url": "https://openrouter.ai/api/v1"
16
}
17
```
18
2. Create an environment file with your API key:
examples/travel_planner/config.json
@@ -1,5 +1,5 @@
1
2
3
4
5
0 commit comments