Skip to content

Commit

Permalink
Small change to fix an API issue
Browse files Browse the repository at this point in the history
  • Loading branch information
abhahn committed Aug 21, 2024
1 parent 787bb05 commit cf3c81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def extract_embedding_dependency(self) -> Optional[dict]:
"endpoint": self.embedding_endpoint,
"authentication": {
"type": "api_key",
"api_key": self.embedding_key
"key": self.embedding_key
}
}
else:
Expand Down

0 comments on commit cf3c81f

Please sign in to comment.