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 bcc6d3f commit a26df79Copy full SHA for a26df79
packages/tiny-agents/README.md
@@ -40,8 +40,8 @@ touch my-agent/agent.json
40
41
```json
42
{
43
- "model": "Qwen/Qwen2.5-72B-Instruct", // model id
44
- "provider": "nebius", // or you can also use a local endpoint base url, see next example
+ "model": "Qwen/Qwen2.5-72B-Instruct",
+ "provider": "nebius",
45
"servers": [
46
47
"type": "stdio",
0 commit comments