I’m trying to using fine-tuning model, i’ve getting 403 Forbidden, https://api.openai.com/v1/engines/text-davinci-003/jobs, c#
You should post your code @alekami649 …
The error messages means you have a problem with your API key. The problem is in your code, not the API.
How do I know my key is Legit after I created one, do I have to wait for approval?
Please post your API code block where you authenticate and create your initial client object and wrap your formatted code using Markdown triple backticks as follows:
````
# your well formatted API code here
```
Thanks!