Skip to content

Commit 7738f12

Browse files
committed
Fix bug
1 parent 74b73ac commit 7738f12

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

llms_wrapper/llms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,6 @@ def query(
12301230

12311231
def embeddings(
12321232
self,
1233-
llmalias: str,
12341233
texts: List[str],
12351234
return_cost: bool = True,
12361235
return_response: bool = False,

llms_wrapper/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import importlib.metadata
2-
__version__ = "0.9.1.8"
2+
__version__ = "0.9.1.9"
33

0 commit comments

Comments
 (0)