| title | LLM Models |
|---|---|
| description | Using Gemini and other models as the Core LLM |
These examples are similar to the Hello World (Spot) example, except they use DeepSeek or Gemini rather than OpenAI 4o.
uv run src/run.py deepseek
uv run src/run.py geminiYou can directly access other OpenAI style endpoints by specifying a custom API endpoint in your configuration file. To do this, provide an suitable base_url and the api_key for OpenAI, DeepSeek, or other providers. Possible base_url choices are: