Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
neubig committed Sep 19, 2023
1 parent 9dade61 commit e5d1a9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion zeno_build/models/lm_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ class LMConfig:
)
)
model_loader_kwargs: dict[str, Any] = dataclasses.field(default_factory=dict)

1 change: 0 additions & 1 deletion zeno_build/models/providers/litellm_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,3 @@ async def generate_from_litellm_completion(
for x in responses:
all_responses.append([x["choices"][i]["message"]["content"] for i in range(n)])
return all_responses

0 comments on commit e5d1a9a

Please sign in to comment.