Dougie777
Dougie777
Running curl locally on the server via curl works: curl --location 'http://65.108.38.133:8000/v1/chat/completions' --header 'Content-Type: application/json' --header 'Accept: application/json' --data '{ "messages": [ { "role": "system", "content": "You are a helpful...
curl is also working on my local server. So its looking more like the problem must be on my end. I will delete this issue once I get to the...
Ok this is weird. Although the code does work using curl, it has the same bug from python using completely different libraries (requests). I have duplicated the bug on multiple...
So the only solution that works is a python script watching a jobq and executing curl scripts. The python script I posted above does not work but a python script...