-
Notifications
You must be signed in to change notification settings - Fork 2.4k
docs: openrouter and ollama easy desktop setup #4195
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
Conversation
|
| @@ -0,0 +1,46 @@ | |||
| import React from "react"; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm thanks for adding these. interesting pattern/different pattern than im used to.
So we're already in a components folder, which to my understanding is the equivalent of constants. we may want to put each of these in their own separate file..and import them that way.
For example:
src/components/DesktopProviderSetup.js and it would only have the desktop provider component
or
src/components/ModelSelectionTip.js
| </Tabs> | ||
| </TabItem> | ||
|
|
||
| <TabItem value="linux" label="Linux" default> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good find
Signed-off-by: Jack Wright <[email protected]>
* main: docs: add figma tutorial (#4231) Add Nix flake for reproducible builds (#4213) Enhanced onboarding page visual design (#4156) feat: adds mtls to all providers (#2794) (#2799) Don't show a confirm dialog for quitting (#4225) Fix: Missing smart_approve in CLI /mode help text and error message (#4132) Clean up langfuse docs and scripts (#4220) feat: add remark-breaks plugin to preserve single newlines in markdown (#4217) feat(mcp/developer): accept -1 for insert_line number (#4112) Remove dead code and old settings migration (#4180) removed tests from lint-staged (#4203) docs: openrouter and ollama easy desktop setup (#4195) Custom providers update (#4099) docs: goose_terminal env var (#4205) Desktop alerts when suspicious unicode characters found in Recipe (#4080) chore: remove the google drive built-in extension (#4187) Move out app init (#4185)
This PR documents the new OpenRouter and Ollama onboarding options on first launch.
Documentation updates:
documentation/docs/getting-started/installation.mdanddocumentation/docs/quickstart.md:documentation/docs/getting-started/providers.md:documentation/src/components/Constants.js:documentation/src/components/LinuxDesktopInstallButtons.js:documentation/docs/assets/guides/set-up-provider-ui.png: Deleted obsolete image