File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ func main() {
453
453
config := openai.DefaultAzureConfig (" your Azure OpenAI Key" , " https://your Azure OpenAI Endpoint" )
454
454
// If you use a deployment name different from the model name, you can customize the AzureModelMapperFunc function
455
455
// config.AzureModelMapperFunc = func(model string) string {
456
- // azureModelMapping = map[string]string{
456
+ // azureModelMapping : = map[string]string{
457
457
// "gpt-3.5-turbo": "your gpt-3.5-turbo deployment name",
458
458
// }
459
459
// return azureModelMapping[model]
@@ -559,7 +559,7 @@ func main() {
559
559
560
560
// If you use a deployment name different from the model name, you can customize the AzureModelMapperFunc function
561
561
// config.AzureModelMapperFunc = func(model string) string {
562
- // azureModelMapping = map[string]string{
562
+ // azureModelMapping : = map[string]string{
563
563
// "gpt-3.5-turbo":"your gpt-3.5-turbo deployment name",
564
564
// }
565
565
// return azureModelMapping[model]
You can’t perform that action at this time.
0 commit comments