Skip to content

Commit

Permalink
fix http server error
Browse files Browse the repository at this point in the history
  • Loading branch information
juncaipeng committed Sep 20, 2024
1 parent 8c588c7 commit 438258f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llm/server/server/http_server/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def to_dict_for_infer(self):
Returns:
dict: request parameters in dict format
"""
self.compatible_with_OpenAI()

req_dict = {}
for key, value in self.dict().items():
Expand Down

0 comments on commit 438258f

Please sign in to comment.