Skip to content

Commit

Permalink
remove code
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoschutijzer committed Jan 7, 2024
1 parent b5ce83a commit 96f4713
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions openai.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,5 @@ func figureOutWhichModelToUse(client *openai.Client) string {
return customModel
}

for _, model := range availableModels.Models {
if model.ID == customModel {
return customModel
}
}

return openai.GPT3Dot5Turbo
}

0 comments on commit 96f4713

Please sign in to comment.