mirror of
https://github.com/csd4ni3l/grass_touching_captcha.git
synced 2026-01-01 12:33:45 +01:00
fix wrong model
This commit is contained in:
2
jina.py
2
jina.py
@@ -14,7 +14,7 @@ def get_embedding(input: list):
|
|||||||
headers["Authorization"] = f"Bearer {os.environ['JINA_TOKEN']}"
|
headers["Authorization"] = f"Bearer {os.environ['JINA_TOKEN']}"
|
||||||
|
|
||||||
data = {
|
data = {
|
||||||
"model": "jina-embeddings-v3",
|
"model": "jina-clip-v2",
|
||||||
"input": input
|
"input": input
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user