Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 683 Bytes

File metadata and controls

17 lines (14 loc) · 683 Bytes
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 gemini

You 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: