silverbullet-ai
silverbullet-ai copied to clipboard
Plug for SilverBullet to integrate LLM functionality
It is possible that I might end up having to build out a separate plugin, but just wondering if it would be possible/worth it to support these use-cases in this...
See https://community.silverbullet.md/t/0-9-0-the-one-with-space-config/791 and https://silverbullet.md/Space%20Config We shouldn't rely on `SETTINGS` anymore, and use the new methods instead.
I can see the command "choose embedding model from list", however it is unclear to me how to add an embedding model. I tried: ``` embedModels: - name: nomic-embed-text modelName:...
This is a bit weird... When I run the "AI: Search" command in Online mode I get: editor_ui.tsx:146 Error running command Function searchCommand is not available in client Then, when...
Local models are currently supported as long as they expose an openai compatible api. It'd be better to have more documentation supporting this, along with some examples of installing/configuring them....
Right now, I'm only setting this keyboard shortcut: - `AI: Chat on current page` - Cmd-Shift-Enter I don't think each command needs a shortcut, but I do want to set...
Multi-modal support is pretty standard at this point. We should offer it as an optional feature that will send images along with the text to the llm. E.g. "Describe the...
We're including context for direct links to pages inside of SB now in #9 but it'd also be cool to automatically fetch remote urls and include those in context as...
WIP This doesn't actually work yet. It looks like any requests made directly from the browser fails due to CORS issues. I think we'd have to force the requests to...