Deleted user
Deleted user
I think this was fixed. Need to confirm.
Tested with master, it was not.
its meant to do that
> Default port for ollama is 11434, your script is using 8000. Did you configure the ollama server to use port 8000? yes,and I can curl this
> What's the output of that curl? curl http://:8000/api/ps StatusCode : 200 StatusDescription : OK Content : {"models":[{"name":"qwen2.5:72b","model":"qwen2.5:72b","size":54438088704,"digest":"424bad2cc13f72f5 bcd8085de63f48e7ef2ae5bf50a30be4b3ade7d3258f5796","details":{"parent_model":"","format":"gguf","fami ... RawContent : HTTP/1.1 200 OK Content-Length: 361 Content-Type: application/json; charset=utf-8...
> What's the output of that curl? $response = Invoke-WebRequest -Uri http://:8000/api/generate -Method POST -Body '{"model": "qwen2.5:72b", "prompt": "为什么草是绿的?"}' -ContentType 'application/json' PS D:\test> PS D:\test> $rawContent = $response.RawContent PS D:\test>...
> Are you really using `http://:8000/` in the curl request? Also, you can add `"stream":false` to the body so you don't need to write a for loop to process the...
   I am from Brazil and I use my system in Portuguese The images I sent...
I will be available to provide any necessary information
