Skip to content

Commit

Permalink
fix(dspy): run ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Anindyadeep committed May 29, 2024
1 parent 1f621d7 commit 6bc6fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsp/modules/premai.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
from typing import Any, Optional, Dict
from typing import Any, Dict, Optional

import backoff

Expand Down Expand Up @@ -86,7 +86,7 @@ def _default_params(self) -> Dict[str, Any]:
"temperature": None,
"max_tokens": None,
"system_prompt": None,
"repositories": None
"repositories": None,
}

if self.model != "default":
Expand Down

0 comments on commit 6bc6fdc

Please sign in to comment.