Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yym68686 committed Jul 9, 2024
1 parent f27ccad commit fa5360e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ async def request_model(request: RequestModel, token: str = Depends(verify_api_k
return await model_handler.request_model(request, token)

def get_all_models():
config = load_config()
all_models = []
unique_models = set()

Expand Down

0 comments on commit fa5360e

Please sign in to comment.