Skip to content

Commit

Permalink
cursor support
Browse files Browse the repository at this point in the history
  • Loading branch information
acer-king committed Nov 28, 2024
1 parent 258857d commit f4e6a20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validators/weight_setter.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,6 @@ def cursor_setup(self):
response_model=None
)
self.axon.router.add_api_route("/v1/models", models, methods=["GET"], tags=["Text"], response_model=None)
self.axon.app.add_middleware(APIKeyMiddleware)

def get_scoring_tasks_from_query_responses(self, queries_to_process):

Expand Down

0 comments on commit f4e6a20

Please sign in to comment.