Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehinds committed Nov 25, 2024
1 parent 84a0aeb commit 1ee0819
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion promptwright/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Configuration handling for YAML-based promptwright configurations."""

import os
from dataclasses import dataclass

import yaml
Expand Down
4 changes: 0 additions & 4 deletions promptwright/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,6 @@ def create_data( # noqa: PLR0912
],
"temperature": self.args.temperature,
}

# # Add base_url only for Ollama
# if self.model_name.startswith("ollama/"):
# completion_args["base_url"] = "http://localhost:11434"

responses = litellm.batch_completion(**completion_args)

Expand Down

0 comments on commit 1ee0819

Please sign in to comment.