InvalidRequestError
Hello,
I keep getting the "InvalidRequestError: Unknown request URL: POST /v1/fine-tunes" error when I try to run finetuning / few shot inference from the examples you have provided. The issue persists on both windows and linux systems and I was not able to find a way to solve it, do you have any ideas on what I could be doing wrong?
Thanks!
I feel this might be because you use a newer version of the openai library
I encountered the same problem when i try to run the first example and my openai library is version 0.28.0. The attachment file is the error message when I debugged the program. Can you give me some advices? thanks very much.