Replies: 3 comments 4 replies
-
What do you get if you try this? llama2 += 'Do you want a joke or a poem? ' + gen(stop='.')
print(llama2) Alternately, you can try: llama2 += 'Do you want a joke or a poem? ' + gen(name='response', stop='.')
print(llama2['response']) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm sure I was using just Using Thanks! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I followed the instructions to install and demo guidance:
but the output is
<guidance.models._llama_cpp.LlamaCpp at 0x10301da30>
instead of the expected text. What am I missing?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions