Files
Memoh/conf/providers/lmstudio.yaml
T
Acbox 897cc32194 feat(web): add @memoh/icon package and unify brand icon system
Replace FontAwesome/CDN brand icons with local SVG-based Vue components
in a new shared @memoh/icon package. Provider icon URLs in conf/providers
YAML files are replaced with preset names, intercepted by ProviderIcon
component on the frontend. SearchProviderLogo and ChannelIcon components
are migrated to @memoh/icon. All icon containers now use a unified
circular gray (rounded-full bg-muted) style. Adds wechat and matrix
channel icons.
2026-03-22 22:07:32 +08:00

18 lines
323 B
YAML

name: LM Studio
client_type: openai-completions
icon: lmstudio
base_url: http://127.0.0.1:1234/v1
models:
- model_id: llama3.1
name: Llama 3.1 8B
type: chat
config:
context_window: 128000
- model_id: qwen2.5-14b-instruct
name: Qwen2.5 14B
type: chat
config:
context_window: 128000