Skip to content

Commit 3034c85

Browse files
github-actionsgithub-actions
authored andcommitted
Format Python code with psf/black push
1 parent 883800e commit 3034c85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

models/autocomplete_model.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ async def get_function_calling_models(ctx: discord.AutocompleteContext):
9898
"gpt-3.5-turbo-0613",
9999
"gpt-4-turbo-preview",
100100
"gpt-4-turbo",
101-
"gpt-4o"
102-
101+
"gpt-4o",
103102
]
104103

105104
async def get_models(

0 commit comments

Comments
 (0)