Skip to content

Commit

Permalink
add package ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
DavdGao committed Mar 12, 2024
1 parent 0d30a14 commit 8a0678f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@
"tiktoken",
"Pillow",
"requests",
"openai>=1.3.0",
"numpy",
"Flask==3.0.0",
"Flask-Cors==4.0.0",
"Flask-SocketIO==5.3.6",
# TODO: move into other requires
"dashscope==1.14.1",
"openai>=1.3.0",
"ollama>=0.1.7"
]

distribute_requires = minimal_requires + rpc_requires
Expand Down

0 comments on commit 8a0678f

Please sign in to comment.