feat: Multi-model support with proxyllm and add more command-cli

This commit is contained in:
FangYin Cheng
2023-09-05 11:26:24 +08:00
parent b8f09df45e
commit b6a4fd8a62
27 changed files with 668 additions and 130 deletions

View File

@@ -55,6 +55,7 @@ RUN (if [ "${LOAD_EXAMPLES}" = "true" ]; \
&& sqlite3 /app/pilot/data/default_sqlite.db < /app/docker/examples/sqls/test_case_info_sqlite.sql; \
fi;)
ENV PYTHONPATH "/app:$PYTHONPATH"
EXPOSE 5000
CMD ["python3", "pilot/server/dbgpt_server.py"]