Skip to content

Commit

Permalink
fixed the error in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mertyg committed Jun 16, 2024
1 parent cd982c8 commit c1b61b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ question = tg.Variable(question_string,
role_description="question to the LLM",
requires_grad=False)

answer = model(question_string)
answer = model(question)
```

> :warning: **answer: To determine how long it will take to dry 30 shirts under the sun,**
Expand Down

0 comments on commit c1b61b0

Please sign in to comment.