Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Jan 1, 2025
1 parent 79089ac commit 0899519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mteb/models/gritlm_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
logger = logging.getLogger(__name__)


def gritlm_instruction(instruction: str = "", prompt_type = None) -> str:
def gritlm_instruction(instruction: str = "", prompt_type=None) -> str:
return (
"<|user|>\n" + instruction + "\n<|embed|>\n" if instruction else "<|embed|>\n"
)
Expand Down

0 comments on commit 0899519

Please sign in to comment.