1 Star 1 Fork 0

Louye/chatgpt-next-web-fastapi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 264 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM python:3.9-slim-buster AS base
ENV OPENAI_API_KEY=""
ENV CODE=""
WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
CMD [ "python", "main.py" ]
# CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "5000"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/iszhouhuabo/chatgpt-next-web-fastapi.git
git@gitee.com:iszhouhuabo/chatgpt-next-web-fastapi.git
iszhouhuabo
chatgpt-next-web-fastapi
chatgpt-next-web-fastapi
main

搜索帮助