We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193c606 commit 6bc5994Copy full SHA for 6bc5994
operate/models/apis.py
@@ -53,7 +53,7 @@ async def get_next_action(model, messages, objective, session_id):
53
return "coming soon"
54
elif model == "gemini-pro-vision":
55
return call_gemini_pro_vision(messages, objective), None
56
- elif model == "ollama-llava":
+ elif model == "llava":
57
operation = call_ollama_llava(messages), None
58
return operation
59
0 commit comments