mirror of
https://github.com/zlwaterfield/scramble.git
synced 2026-04-27 00:16:00 +03:00
[PR #15] [MERGED] Added support for local LLM and added fetching of available models #16
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/scramble#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/zlwaterfield/scramble/pull/15
Author: @Dobidop
Created: 5/25/2025
Status: ✅ Merged
Merged: 5/25/2025
Merged by: @zlwaterfield
Base:
main← Head:main📝 Commits (2)
d75b4cdUpdated support for local LLMfb936f2Add model fetching functionality for supported providers📊 Changes
3 files changed (+299 additions, -30 deletions)
View changed files
📝
src/background.js(+83 -6)📝
src/options.html(+16 -3)📝
src/options.js(+200 -21)📄 Description
Add LM Studio provider with OpenAI-compatible API integration
Enable Ollama provider (previously commented out) with improved error handling
Add optional API key support for remote Ollama instances
Improve error messages with connection troubleshooting tips
Add "Fetch Models" button for OpenAI, LM Studio, Ollama, OpenRouter, and Groq
Implement provider-specific model list endpoints with proper authentication
Add model dropdown that auto-populates from API responses
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.