We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 034f990 + a88baac commit f6955e3Copy full SHA for f6955e3
README.md
@@ -72,6 +72,8 @@ with assistant():
72
73
6. **Easy to write reusable components**
74
```python
75
+import guidance
76
+
77
@guidance
78
def one_line_thing(lm, thing, topic):
79
lm += f'Here is a one-line {thing} about {topic}: ' + gen(stop='\n')
0 commit comments