Skip to content

Commit

Permalink
Remove ordered argument
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Jul 23, 2024
1 parent 09b7ddf commit ab3f9e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gilda/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
doc='/apidocs',
)

base_ns = api.namespace('Gilda API', 'Gilda API', path='/',
ordered=True)
base_ns = api.namespace('Gilda API', 'Gilda API', path='/')

grounding_input_model = api.model(
"GroundingInput",
Expand Down

0 comments on commit ab3f9e0

Please sign in to comment.