Skip to content

Commit

Permalink
add new turbo to function calling models
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav-K committed Jan 31, 2024
1 parent 3ff1416 commit 8a5f34b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/autocomplete_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ async def get_function_calling_models(ctx: discord.AutocompleteContext):
"gpt-3.5-turbo",
"gpt-3.5-turbo-1106",
"gpt-3.5-turbo-0613",
"gpt-4-turbo-preview",
]

async def get_models(
Expand Down

0 comments on commit 8a5f34b

Please sign in to comment.