Germán Eduardo Baltazar Reyes
Results
2
comments of
Germán Eduardo Baltazar Reyes
Hi, I know that this question is not related to your problem, but I've been having problems running the training script, and I see that you were able to run...
When working with an Azure endpoint, you need to use an engine instead of a model, like this: ``` response = openai.ChatCompletion.create( engine=MODEL, messages=[ {"role": "system", "content": "You are a...