We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1567c71 commit bda4e1cCopy full SHA for bda4e1c
gemini/gemini_manifold_pipeline.py
@@ -57,7 +57,7 @@ def pipe(
57
58
user_email = body.get("user", {}).get("email")
59
60
- body["model"] = model_id
+ body["model"] = "google/"+model_id
61
62
headers = {
63
"api-key": self.valves.GEMINI_API_KEY,
0 commit comments