feat: qwen 110B

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong0618
2024-05-08 18:15:39 +08:00
parent 77ead6119c
commit 55fd800eb1
6 changed files with 2601 additions and 13 deletions

20
pyproject.toml Normal file
View File

@ -0,0 +1,20 @@
[project]
# PEP 621 project metadata
# See https://www.python.org/dev/peps/pep-0621/
dependencies = [
"pyTelegramBotAPI>=4.16",
"cairosvg",
"github-poster",
"prettymapp",
"google-generativeai>=0.4",
"anthropic",
"telegramify-markdown",
"openai",
"requests",
"urlextract",
"requests",
"groq",
"together>=1.1.5",
]
requires-python = ">=3.10"