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
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
ShellForge currently supports Anthropic and Ollama providers. DeepSeek offers cheap, fast inference via an OpenAI-compatible API — ideal for high-volume agent work.
Scope
Create internal/llm/deepseek.go implementing the Provider interface
DeepSeek uses OpenAI-compatible API at https://api.deepseek.com/v1/chat/completions
Context
ShellForge currently supports Anthropic and Ollama providers. DeepSeek offers cheap, fast inference via an OpenAI-compatible API — ideal for high-volume agent work.
Scope
internal/llm/deepseek.goimplementing the Provider interfacehttps://api.deepseek.com/v1/chat/completionsDEEPSEEK_API_KEY,DEEPSEEK_MODEL(default:deepseek-chat)cmd/shellforge/main.goWhy Now
ForgeCode issue worker needs cheap providers for high-volume autonomous work. DeepSeek is the cost leader for bulk coding tasks.