Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinid authored Jun 12, 2024
1 parent 321ccce commit a55b2a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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)
answer = model(question_string)
```

> :warning: **answer: To determine how long it will take to dry 30 shirts under the sun,**
Expand Down Expand Up @@ -265,4 +265,4 @@ Many existing works greatly inspired this project! Here is a non-exhaustive list
author={Mert Yuksekgonul and Federico Bianchi and Joseph Boen and Sheng Liu and Zhi Huang and Carlos Guestrin and James Zou},
year={2024},
}
```
```

0 comments on commit a55b2a6

Please sign in to comment.