Skip to content

Commit

Permalink
fix(examples): correct Hugging Face example prompt (#244)
Browse files Browse the repository at this point in the history
Co-authored-by: David Kristek <David.Kristek@ibm.com>
  • Loading branch information
David-Kristek and David Kristek committed Dec 18, 2023
1 parent 58dbe96 commit 6c9a488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/user/huggingface_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
agent = IBMGenAIAgent(credentials=creds, model="meta-llama/llama-2-70b-chat", params=params)

agent.chat("Download the text from the given url", url="https://research.ibm.com/blog/analog-ai-chip-low-power")
agent.chat("Summarize the downloaded text")
agent.chat("Summarize the downloaded text and write it to the console")

0 comments on commit 6c9a488

Please sign in to comment.