We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 982a257 + 9b4d139 commit 05f9557Copy full SHA for 05f9557
3 files changed
optillm/__init__.py
@@ -1,5 +1,5 @@
1
# Version information
2
-__version__ = "0.3.7"
+__version__ = "0.3.8"
3
4
# Import from server module
5
from .server import (
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "optillm"
7
-version = "0.3.7"
+version = "0.3.8"
8
description = "An optimizing inference proxy for LLMs."
9
readme = "README.md"
10
license = "Apache-2.0"
@@ -29,6 +29,7 @@ dependencies = [
29
"tiktoken",
30
"scikit-learn",
31
"litellm",
32
+ "google-cloud-aiplatform",
33
"requests",
34
"beautifulsoup4",
35
"lxml",
requirements.txt
@@ -10,6 +10,7 @@ azure.identity
tiktoken
11
scikit-learn
12
litellm
13
+google-cloud-aiplatform
14
requests
15
beautifulsoup4
16
lxml
0 commit comments