Open bubugamer opened 1 year ago
I've tried https://api.openai.com, https://api.openai.com/v1, https://api.openai.com/v1/completions, all these requests return : File "D:\workspace\pdfGPT\app.py", line 49, in ask_api raise ValueError(f'[ERROR]: {r.text}') ValueError: [ERROR]: { "error": { "message": "Invalid URL (POST /v1/ask_url)", "type": "invalid_request_error", "param": null, "code": null } }__
The same
I've tried https://api.openai.com, https://api.openai.com/v1, https://api.openai.com/v1/completions, all these requests return : File "D:\workspace\pdfGPT\app.py", line 49, in ask_api raise ValueError(f'[ERROR]: {r.text}') ValueError: [ERROR]: { "error": { "message": "Invalid URL (POST /v1/ask_url)", "type": "invalid_request_error", "param": null, "code": null } }__