Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
update llama-index and litellm (#200)
Browse files Browse the repository at this point in the history
* update llama-index and litellm

* update autollm version
  • Loading branch information
fcakyon authored Jan 9, 2024
1 parent 7867473 commit 0628c93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autollm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
and vector databases, along with various utility functions.
"""

__version__ = '0.1.7'
__version__ = '0.1.8'
__author__ = 'safevideo'
__license__ = 'AGPL-3.0'

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
llama-index==0.9.26
litellm==1.16.19
llama-index==0.9.27
litellm==1.16.21
uvicorn
fastapi
python-dotenv
Expand Down

0 comments on commit 0628c93

Please sign in to comment.