Skip to content

Commit

Permalink
Merge pull request #22 from hanyuancheung/feature/fix_gpt4
Browse files Browse the repository at this point in the history
feat: fix gpt-4 model name
  • Loading branch information
hanyuancheung committed Apr 18, 2023
2 parents d522caf + 8410665 commit 625094e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
)

const (
GPT4 = "gpt4" // GPT4 GPT-4
GPT4 = "gpt-4" // GPT4 GPT-4
GPT3Dot5Turbo = "gpt-3.5-turbo" // GPT3Dot5Turbo GPT-3.5 Turbo
GPT3Dot5Turbo0301 = "gpt-3.5-turbo-0301" // GPT3Dot5Turbo0301 GPT-3.5 Turbo 0301
TextSimilarityAda001 = "text-similarity-ada-001" // TextSimilarityAda001 Text Similarity Ada 001
Expand Down

0 comments on commit 625094e

Please sign in to comment.