Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins? Of some sort? #483

Open
gaussandhisgun opened this issue Jan 21, 2025 · 2 comments
Open

Plugins? Of some sort? #483

gaussandhisgun opened this issue Jan 21, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@gaussandhisgun
Copy link

Is your feature request related to a problem? Please describe.
I'm using Alpaca and https://huggingface.co/chat in parallel depending on the scenario, and I've come to notice that Aplaca does not have any kind of "plugin" system to expose additional stuff to LLMs. I mean, you cant even make Gemma summarize pages for you from a link because Gemma can't browse web!

Describe the solution you'd like
Some kind of a plugin system that lets the LLMs ran in Alpaca interact with plugin-provided APIs. Maybe with an optional confirmation, so that if you ask it to "do commands on my computer" you can review the commands before they're executed.

Describe alternatives you've considered
HuggingChat has plugins, and they're useful even, but its not offline and it looks... meh.

Additional context

@gaussandhisgun gaussandhisgun added the enhancement New feature or request label Jan 21, 2025
@Jeffser
Copy link
Owner

Jeffser commented Jan 21, 2025

Hi, you can execute code by asking the models to represent it in code blocks, Alpaca currently supports C++, Bash, Python and HTML (Small web server) execution.

If you paste a url into the message box Alpaca will give you the option to extract the text from it and attach it as a markdown file to the prompt.

I prefer to develop these features myself so if you have any other ideas feel free to tell me!

@Jeffser
Copy link
Owner

Jeffser commented Jan 21, 2025

I made these two wiki articles that might be helpful in understanding everything Alpaca currently does

https://github.com/Jeffser/Alpaca/wiki/Dangers-of-Code-Runner

https://github.com/Jeffser/Alpaca/wiki/Attachments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants