Proxy LLMs
DB-GPT can be deployed on servers with lower hardware requirements through proxy LLMs. DB-GPT supports many proxy LLMs, such as OpenAI, Azure, DeepSeek, Ollama, and more.
Installation and Configuration
Installing DB-GPT with proxy LLM support requires using the uv package manager for a faster and more stable dependency management experience.
- OpenAI
- Azure
- DeepSeek
- Ollama
- Qwen
- ChatGLM
- WenXin
Install Dependencies
# Use uv to install dependencies needed for OpenAI proxy
uv sync --all-packages \
--extra "base" \
--extra "proxy_openai" \
--extra "rag" \
--extra "storage_chromadb" \
--extra "dbgpts"