llm
llm copied to clipboard
Add an example of the ReAct pattern
I had trouble trying to get this working, but I must've just not provided enough examples. Here's the llama.cpp example!
https://github.com/ggerganov/llama.cpp/commit/a6956b25a1c783e5e96fe06c9c00438f846ef047
Should be as simple as adding that to examples/
.
What is the ReAct pattern? Are you trying to create a sentient A.I.? 😄
I have to say though, I do like very much that Alpaca-30B has a personal opinion compared to ChatGPT. It feels more natural than the neutrality constantly provided by GPT-x.
Check out https://til.simonwillison.net/llms/python-react-pattern for more details :)
Wow. That is amazing. So when will we have Bing-like web searching capabilities in llama-rs
? 😄
Getting access to Wikipedia alone is a huge deal.
Anyway, keep up the good work, my friend.
hello