changed model to marco from qwen

This commit is contained in:
alpcentaur 2025-01-13 15:19:42 +01:00
parent 628b8ddd3b
commit e707d4603a

View file

@ -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