You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/openai_chat_agent/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,6 @@ cp .env.example .env # set OPENAI_API_KEY or adjust OLLAMA_MODEL
11
11
uv run app.py
12
12
```
13
13
14
-
`config.json` points to the `shop_api` example so everything runs locally by default. If `OPENAI_API_KEY` is not provided the agent uses the model specified by `OLLAMA_MODEL` (default `llama3`). An Ollama server must be running when using this mode.
14
+
Running `app.py` will display the available examples and let you choose which one to start. You can also provide `--example <name>` to skip the prompt.
15
+
16
+
If `OPENAI_API_KEY` is not provided the agent uses the model specified by `OLLAMA_MODEL` (default `llama3`). An Ollama server must be running when using this mode.
0 commit comments