We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b73ac commit 7738f12Copy full SHA for 7738f12
llms_wrapper/llms.py
@@ -1230,7 +1230,6 @@ def query(
1230
1231
def embeddings(
1232
self,
1233
- llmalias: str,
1234
texts: List[str],
1235
return_cost: bool = True,
1236
return_response: bool = False,
llms_wrapper/version.py
@@ -1,3 +1,3 @@
1
import importlib.metadata
2
-__version__ = "0.9.1.8"
+__version__ = "0.9.1.9"
3
0 commit comments