changed model to marco from qwen
This commit is contained in:
parent
628b8ddd3b
commit
e707d4603a
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ async def print_and_respond(request: Request):
|
|||
try:
|
||||
# Prepare the request to the Ollama API
|
||||
ollama_api_url = f"http://ollama:11434/api/generate"
|
||||
payload = {"prompt": message,"model":'qwen2.5:14b',"stream":False}
|
||||
payload = {"prompt": message,"model":'marco-o1',"stream":False}
|
||||
#print(payload)
|
||||
|
||||
# Send the request to the Ollama API
|
||||
|
|
Loading…
Reference in a new issue