You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -75,12 +75,14 @@ The evaluation script uses a helper script to define the target function and run
75
75
76
76
### Configure the evaluation model
77
77
78
-
Since the evaluation script calls the evaluation model many times, try to increase the number of tokens per minute that the model will accept.
78
+
Since the evaluation script calls the model many times, you might want to increase the number of tokens per minute that for the evaluation model.
79
+
80
+
In Part 1 of this tutorial series, you created an **.env** file that specifies the name of the evaluation model, `gpt-4o-mini`. Try to increase the tokens per minute limit for this model, if you have available quota. If you don't have enough quota to increase the value, don't worry. The script is designed to handle limit errors.
79
81
80
82
1. In your project in Azure AI Studio, select **Models + endpoints**.
81
-
1. Select **gpt-4o-mini**.
83
+
1. Select **gpt-4o-mini**.
82
84
1. Select **Edit**.
83
-
1. If you have quota to increase the **Tokens per Minute Rate Limit**, try increasing it to 30. (If you're out of quota, don't worry. The script is designed to handle limit errors.)
85
+
1. If you have quota to increase the **Tokens per Minute Rate Limit**, try increasing it to 30.
0 commit comments