Skip to content

Commit a88baac

Browse files
authored
Update README.md
1 parent 0afe462 commit a88baac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ with assistant():
7272

7373
6. **Easy to write reusable components**
7474
```python
75+
import guidance
76+
7577
@guidance
7678
def one_line_thing(lm, thing, topic):
7779
lm += f'Here is a one-line {thing} about {topic}: ' + gen(stop='\n')

0 commit comments

Comments
 (0)