🚑️(embedding) remove typo in bearer token header

I guess this has nothing to do here...
This commit is contained in:
Quentin BEY
2026-01-12 22:00:14 +01:00
parent 65d83b12ed
commit 7afed6a9b3
+1 -1
View File
@@ -17,7 +17,7 @@ def embed_text(text):
response = requests.post(
settings.EMBEDDING_API_PATH,
headers={"Authorization": f"Bearer {settings.EMBEDDING_API_KEY}>"},
headers={"Authorization": f"Bearer {settings.EMBEDDING_API_KEY}"},
json={
"input": text,
"model": settings.EMBEDDING_API_MODEL_NAME,