phgas
Results
2
issues of
phgas
with requests it's: ``` payload={'key_1': 'one','key_2': '2'} response = requests.post(url, data=payload, files=[]) ``` EDIT: possibility to change boundary in header/payload is recommended see https://stackoverflow.com/questions/12385179/how-to-send-a-multipart-form-data-with-requests-in-python
While playing around with Postman, I randomly discovered you can set the temperature to -1: ```json { "type": "error", "error": { "type": "invalid_request_error", "message": "temperature: range: -1 or 0..1" }...
api