Azure Open AI Finetuning in my office system - Endpoint Issue

Zanwar, Krishna 0 Reputation points
2023-04-12T10:51:30.5166667+00:00

I have a training .jsonl already that I created using the info on OpenAI API
I am now trying to use it for fine tuning using the command(on CMD) mentioned on the same page which is as below

openai api fine_tunes.create -t fine_tune_prepared.jsonl

I have stored the below variables in my windows system variables nullnull

I am sure both the above are correct as i can use them in my jupyter notebook. But when running the finetuning command on cmd I get a 404 error and am not sure why.

←[91mError:←[0m Resource not found (HTTP status code: 404)

Additional info: I amusing the azure api version 2022-12-01

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,942 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,736 Reputation points
    2023-04-13T03:09:13.8166667+00:00

    @Zanwar, Krishna Thanks, Please use the following command to customize the model. openai api fine_tunes.create -t test.jsonl -m ada --suffix "custom model name" This error usually indicates that the requested resource could not be found on the server. It’s possible that the URL or endpoint you are trying to access is incorrect or has changed.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.