Skip to content

Commit

Permalink
Fixing linting error 3
Browse files Browse the repository at this point in the history
  • Loading branch information
SYusupov committed Sep 15, 2024
1 parent b29ad42 commit f46a35d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@


def model_inference(instruction: str, input: str):
platypus_prompt = """Below is a question or task that requires logical reasoning to solve,
along with additional context or information. Provide a detailed and well-reasoned response
that demonstrates clear logical thinking.
platypus_prompt = """
Below is a question or task that requires logical reasoning to solve,
along with additional context or information. Provide a detailed and
well-reasoned response that demonstrates clear logical thinking.
### Question/Task:
{}
Expand Down

0 comments on commit f46a35d

Please sign in to comment.