We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae91e7 commit bd9b8afCopy full SHA for bd9b8af
operate/models/apis.py
@@ -50,7 +50,7 @@ async def get_next_action(model, messages, objective, session_id):
50
return "coming soon"
51
if model == "gemini-pro-vision":
52
return call_gemini_pro_vision(messages, objective), None
53
- if model == "llava" or model == "llava:13b" or "bakllava" or "llava-llama3":
+ if "llava" in model:
54
operation = call_ollama_llava(messages, model)
55
return operation, None
56
if model == "claude-3":
0 commit comments