火山方舟的智能体AI

zhangwl cffbd86ed7 feat:代码优化 1 month ago
app cffbd86ed7 feat:代码优化 1 month ago
.env 7480be0ac3 first commit 1 month ago
README.md f85bc384e4 feat:新增一种APP的认证方式,用redis缓存用户信息 1 month ago
main.py cffbd86ed7 feat:代码优化 1 month ago

README.md

pip install passlib pip install PyJWT pip install python-multipart

服务器

pip install "uvicorn[standard]" pip install bcrypt==4.3.0 pip install fastapi pip install openai

火山引擎的openAI

pip install 'volcengine-python-sdk[ark]'

mongodb

pip install "pymongo==3.13.0"

redis

pip install "redis==3.5.3"

HTTP 请求库,用于向服务器发送网络请求

pip install requests