Skip to content

Commit

Permalink
add litellm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
george1459 committed Apr 10, 2024
1 parent c4e1b66 commit 7780e34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ dependencies:
- tiktoken==0.4.0
- psycopg2-binary==2.9.7 # you can also install from source if it works
- pglast==5.3
- FlagEmbedding==1.2.5
- FlagEmbedding==1.2.5
- litellm==1.34.34
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'psycopg2-binary==2.9.7',
'pglast==5.3',
'FlagEmbedding==1.2.5',
'litellm==1.34.34'
]

# Additional package information
Expand Down

0 comments on commit 7780e34

Please sign in to comment.