Skip to content

Commit b2838e8

Browse files
committed
llamallama-3.2-90b-vision-preview is depricated
1 parent babb477 commit b2838e8

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
import httpx
1010
from dotenv import load_dotenv
11+
1112
from mcp import ClientSession, StdioServerParameters
1213
from mcp.client.stdio import stdio_client
1314

@@ -245,7 +246,7 @@ def get_response(self, messages: list[dict[str, str]]) -> str:
245246
}
246247
payload = {
247248
"messages": messages,
248-
"model": "llama-3.2-90b-vision-preview",
249+
"model": "meta-llama/llama-4-scout-17b-16e-instruct",
249250
"temperature": 0.7,
250251
"max_tokens": 4096,
251252
"top_p": 1,

0 commit comments

Comments
 (0)