This commit is contained in:
Timothy Jaeryang Baek
2024-11-26 10:17:17 -08:00
parent a18292da84
commit 44efd4d372
2 changed files with 2 additions and 2 deletions

View File

@@ -429,7 +429,7 @@ def generate_openai_batch_embeddings(
def generate_ollama_batch_embeddings(
model: str, texts: list[str], url: str, key: str
model: str, texts: list[str], url: str, key: str = ""
) -> Optional[list[list[float]]]:
try:
r = requests.post(