🧰 AI Tools: Big Next Step for Alpaca #612
Locked
Jeffser
started this conversation in
Show and tell
Replies: 2 comments 9 replies
-
This is some crazy cool stuff! Looking super promising. |
Beta Was this translation helpful? Give feedback.
9 replies
-
Btw this will be shipping in the next version but hidden, you will need to set the env variable sudo flatpak override --env=ALPACA_ACTION_TESTING=1 com.jeffser.Alpaca Then to access the tool manager you just have to press (It's called action here because that was the old name for it) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I just wanted to show what I've been working on
Example
That's an AI that requested to use the tool
Get Recipe by Name
, that looks for a recipe using a free API, then it used the response to generate a message!Tool Manager
So yeah there's a third manager now lol.
For now there's not a lot to do in each tools's preferences page, but in the future that might contain stuff like API keys.
How to Activate Tools
Well first you gotta turn them on in the tool manager, then open the context menu for the
send message
button, you can either right click or long left click it.Limitations
The message generated is not streamed, basically the words won't start appearing as they are generated, instead Ollama will generate the whole message and THEN it will show it, that's an Ollama problem, can't do much about it.
Beta Was this translation helpful? Give feedback.
All reactions