refactor(llama-swap): standardize model ids
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
MODEL="vllm-qwen3.6-27b-long-text"
|
||||
MODEL="qwen3.6-27b-vllm-180k-cuda0"
|
||||
SYSTEM_PROMPT="You are a shell command expert. Given a natural language query, generate a single shell command that accomplishes the task."
|
||||
|
||||
# Colors
|
||||
|
||||
@@ -2,3 +2,4 @@ _scratch
|
||||
.direnv
|
||||
.envrc
|
||||
.agents
|
||||
.pi
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
local llm_endpoint = "https://llm-api.va.reichard.io"
|
||||
local llm_assistant_model = "vllm-qwen3.6-27b-tools-text "
|
||||
local llm_infill_model = "qwen3.5-4b-thinking"
|
||||
local llm_assistant_model = "qwen3.6-27b-vllm-75k-cuda0"
|
||||
local llm_infill_model = "qwen3.5-4b-cuda1"
|
||||
local current_fim = "llama"
|
||||
|
||||
-- Copilot Configuration
|
||||
|
||||
Reference in New Issue
Block a user