pdfGPT icon indicating copy to clipboard operation
pdfGPT copied to clipboard

confused by the API host

Open bubugamer opened this issue 2 years ago • 1 comments

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

bubugamer avatar May 24 '23 15:05 bubugamer

The same

afredzhou avatar Dec 01 '23 09:12 afredzhou