Skip to content

Commit 7c8ad51

Browse files
authored
llamallama-3.2-90b-vision-preview is deprecated (#523)
1 parent 4cd4fe0 commit 7c8ad51

File tree

1 file changed

+1
-1
lines changed
  • examples/clients/simple-chatbot/mcp_simple_chatbot

1 file changed

+1
-1
lines changed

examples/clients/simple-chatbot/mcp_simple_chatbot/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def get_response(self, messages: list[dict[str, str]]) -> str:
245245
}
246246
payload = {
247247
"messages": messages,
248-
"model": "llama-3.2-90b-vision-preview",
248+
"model": "meta-llama/llama-4-scout-17b-16e-instruct",
249249
"temperature": 0.7,
250250
"max_tokens": 4096,
251251
"top_p": 1,

0 commit comments

Comments
 (0)