Install
togo install togo-framework/ai-deepseek
ai-deepseek
DeepSeek driver for the togo ai plugin — a unified LLM interface (chat + embeddings) for togo apps.
Install
togo install togo-framework/ai-deepseek
Set AI_DRIVER=deepseek and:
DEEPSEEK_API_KEY=...
# optional: DEEPSEEK_BASE_URL=https://api.deepseek.com/v1
Then the ai plugin routes Chat/Embed through DeepSeek. Token usage is reported via ai.Usage (for the billing plugin).
MIT © ToGO