mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
18 lines
390 B
YAML
18 lines
390 B
YAML
name: LM Studio
|
|
client_type: openai-completions
|
|
icon: https://cdn.jsdelivr.net/npm/@lobehub/icons-static-svg@1/icons/lmstudio.svg
|
|
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
|