-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs, pin REST API requirements, use modelId for LiteLLM
These changes address pul request feedback for adding comments for inter-file dependencies and updates to the README file. This also modifies the LiteLLM configuration to use the user-provided modelId if it exists, otherwise default back to the model name. This allows for users to use the same model and weights, but using two different containers.
- Loading branch information
1 parent
ed42a82
commit 2ae1596
Showing
8 changed files
with
86 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
aiobotocore | ||
aioboto3 | ||
aiohttp | ||
boto3 | ||
click | ||
cryptography | ||
fastapi | ||
fastapi_utils | ||
gunicorn | ||
litellm[proxy] | ||
loguru | ||
pydantic<2 | ||
PyJWT | ||
text-generation | ||
uvicorn | ||
aioboto3==13.0.0 | ||
aiohttp==3.9.5 | ||
boto3==1.34.106 | ||
click==8.1.7 | ||
cryptography==42.0.7 | ||
fastapi==0.111.0 | ||
fastapi_utils==0.6.0 | ||
gunicorn==22.0.0 | ||
litellm[proxy]==1.38.12 | ||
loguru==0.7.2 | ||
pydantic==1.10.15 # must be <2 | ||
PyJWT==2.8.0 | ||
text-generation==0.6.1 | ||
uvicorn==0.22.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters