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.
1 parent 0afe462 commit a88baacCopy full SHA for a88baac
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