Skip to content

Commit

Permalink
bot-service: use gpt-4 (pingcap#1406)
Browse files Browse the repository at this point in the history
Update types.ts
  • Loading branch information
sykp241095 committed Mar 21, 2023
1 parent 8b04a9d commit 6ed1c6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export enum AIModel {
TEXT_DAVINCI_002 = 'text-davinci-002',
TEXT_DAVINCI_003 = 'text-davinci-003',
GPT_3_5_TURBO_0301 = 'gpt-3.5-turbo-0301',
GPT_4 = 'gpt-4',
TEXT_CURIE_001 = 'text-curie-001',
TEXT_BABBAGE_001 = 'text-babbage-001',
TEXT_ADA_001 = 'text-ada-001',
Expand Down

0 comments on commit 6ed1c6c

Please sign in to comment.