mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-12 20:53:48 +00:00
feat(model): AI/ML API integration (#2844)
This commit is contained in:
@@ -123,4 +123,7 @@ RUN sed -i "s|/app/\.venv|${FINAL_VENV_NAME}|g" /${FINAL_VENV_NAME}/bin/activate
|
||||
ENV PATH="${FINAL_VENV_NAME}/bin:$PATH" \
|
||||
VIRTUAL_ENV="${FINAL_VENV_NAME}"
|
||||
# Default command
|
||||
CMD ["dbgpt", "start", "webserver", "--config", "configs/dbgpt-proxy-siliconflow.toml"]
|
||||
CMD ["dbgpt", "start", "webserver", "--config", "configs/dbgpt-proxy-siliconflow.toml"]
|
||||
|
||||
# Uncomment the following line to use the AI/ML API configuration
|
||||
# CMD ["dbgpt", "start", "webserver", "--config", "configs/dbgpt-proxy-aimlapi.toml"]
|
||||
|
Reference in New Issue
Block a user