What is the DefaultModel in appsettings.json? #75
-
Hi, I tried to run the application, but I am receiving an error message that says, "The model my-model does not exist or you do not have access to it." Currently, the appsettings.json default value is set to -> "DefaultModel": "my-model", Thank you, Jake Crisostomo |
Beta Was this translation helpful? Give feedback.
Answered by
marcominerva
Dec 17, 2024
Replies: 1 comment 5 replies
-
You need to specify the configuration of your OpenAI model, like described at https://github.com/marcominerva/ChatGptNet?tab=readme-ov-file#configuration. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to set the API Key and the model name using the name that is provided by OpenAI.