Skip to content

Commit 6bc5994

Browse files
committed
Change model name from 'ollama-llava' to 'llava'
1 parent 193c606 commit 6bc5994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operate/models/apis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async def get_next_action(model, messages, objective, session_id):
5353
return "coming soon"
5454
elif model == "gemini-pro-vision":
5555
return call_gemini_pro_vision(messages, objective), None
56-
elif model == "ollama-llava":
56+
elif model == "llava":
5757
operation = call_ollama_llava(messages), None
5858
return operation
5959

0 commit comments

Comments
 (0)