-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Add glhf.chat to bolt.diy #4910
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fixed the Local LLM Status not showing BaseURL's
changed Bolt.diy to bolt.diy reworded the bottom of the README
changed prompt enhanced to give a toast notification instead of changing the ui.
…models feat: added perplexity model
Feat: Basic file tree context menu
…g/Change-Bolt-to-bolt doc: README, FAQ, CONTRIBUTING branding updates
ui-ux: Setting Modal Changes
ui-ux: prompt enhanced toast notification
…eatures-tab ui-ux: Features Tab Changes
Added a fallback icon for providers
Added fallback icon for provider, fixes perplexity icon not showing
changed 'and' to '&' so that it would fit on one line
added the provider icon for Perplexity
added a Perplexity provider icon
README formatting changed and to & to fit on one line
…bs#863) * fix: ollama base url hotfix * cleanup logic
added a data tab to the settings removed chat history
…-detection feat: enhanced Terminal Error Handling and Alert System
…abs#877) * correct OLLAMA_API_BASE_URL * correct OLLAMA_API_BASE_URL * correct OLLAMA_API_BASE_URL
* added icons and component * updated unocss to add dynamic icons * removed temp logs * updated readme
…alert so user can send them to AI for fixing (stackblitz-labs#856) * Catch errors from web container * Show fix error popup on errors in preview * Remove unneeded action type * PR comments * Cleanup urls in stacktrace --------- Co-authored-by: Anirban Kar <[email protected]>
…on (stackblitz-labs#896) * build: improved-changelog * added a better change log script * improved changelog script * improved change log script
…ucinate for file actions (stackblitz-labs#886) * Clean out markdown syntax * Remove identation removal * Improve for streaming
…labs#867) * initial setup * updated template list * added optional switch to control this feature * removed some logs
…mport-button fix: import folder filtering
* Added Hyperbolic Models * Fix: Fixed problem in connecting with hyperbolic models * added dynamic models for hyperbolic * removed logs
…tz-labs#954) * fix: better model loading feedback and model list update * added load on providersettings update
…tz-labs#895) * fix: updated logger and model caching * usage token stream issue fix * minor changes * updated starter template change to fix the app title * starter template bigfix * fixed hydretion errors and raw logs * removed raw log * made auto select template false by default * more cleaner logs and updated logic to call dynamicModels only if not found in static models * updated starter template instructions * browser console log improved for firefox * provider icons fix icons
…release (stackblitz-labs#959) * fix: hotfix starter template fix, updated header link to use navigate * template auth fix * updated changelog script
add glhf.chat service to providers
add glhf.chat service to providers
add glhf.chat to bolt.diy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I added the open model execution service, all tests have already been carried out.
Some models were selected but others may be added later.
What was done:
The service provider has been added to the directory:
bolt.diy\app\lib\modules\llm\providers\glhf.chat.ts
The new service provider configuration was added to the file:
bolt.diy\app\lib\modules\llm\registry.ts
The API settings and access link were added to the file:
bolt.diy.env.example