feat: add intent and chatgpt
正在显示
.venv
deleted
100644 → 0
Dockerfile
0 → 100644
差异被折叠。
点击展开。
requirements.txt
0 → 100644
| aiohttp==3.8.4 | ||
| aiosignal==1.3.1 | ||
| aniso8601==9.0.1 | ||
| anyio==3.6.2 | ||
| async-timeout==4.0.2 | ||
| attrs==23.1.0 | ||
| cachetools==5.3.0 | ||
| certifi==2022.12.7 | ||
| chardet==5.1.0 | ||
| charset-normalizer==3.1.0 | ||
| click==8.1.3 | ||
| colorama==0.4.6 | ||
| distlib==0.3.6 | ||
| filelock==3.11.0 | ||
| Flask==2.2.3 | ||
| Flask-RESTful==0.3.9 | ||
| frozenlist==1.3.3 | ||
| grpcio==1.54.0 | ||
| grpcio-tools==1.54.0 | ||
| gunicorn==20.1.0 | ||
| h11==0.14.0 | ||
| h2==4.1.0 | ||
| hpack==4.0.0 | ||
| httpcore==0.17.0 | ||
| httpx==0.24.0 | ||
| hyperframe==6.0.1 | ||
| idna==3.4 | ||
| itsdangerous==2.1.2 | ||
| Jinja2==3.1.2 | ||
| jsonschema==4.17.3 | ||
| MarkupSafe==2.1.2 | ||
| multidict==6.0.4 | ||
| numpy==1.24.2 | ||
| openai==0.27.4 | ||
| packaging==23.1 | ||
| platformdirs==3.2.0 | ||
| pluggy==1.0.0 | ||
| protobuf==4.22.3 | ||
| pydantic==1.10.7 | ||
| pyproject_api==1.5.1 | ||
| pyrsistent==0.19.3 | ||
| pytz==2023.3 | ||
| qdrant-client==1.1.4 | ||
| requests==2.28.2 | ||
| setuptools-scm==7.1.0 | ||
| six==1.16.0 | ||
| sniffio==1.3.0 | ||
| tox==4.4.12 | ||
| tqdm==4.65.0 | ||
| typing_extensions==4.5.0 | ||
| urllib3==1.26.15 | ||
| virtualenv==20.21.0 | ||
| Werkzeug==2.2.3 | ||
| yarl==1.8.2 | 
src/wsgi.py
0 → 100644
src/yunhebot/api/v1/completion.py
0 → 100644
src/yunhebot/core/chatgpt.py
0 → 100644
src/yunhebot/core/common.py
0 → 100644
src/yunhebot/core/const.py
0 → 100644
src/yunhebot/core/intent.py
0 → 100644
src/yunhebot/core/qa.py
0 → 100644
请
注册
或者
登录
后发表评论