feat(model): AI/ML API integration (#2844)

This commit is contained in:
Dmitry
2025-07-15 07:17:14 +02:00
committed by GitHub
parent 8c14f1981a
commit 845432fea0
11 changed files with 545 additions and 4 deletions

View File

@@ -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"]