llama.cpp direct endpoint

This commit is contained in:
Artur Mukhamadiev 2026-08-07 15:04:53 +03:00
parent 47bb070a1b
commit e6c9293467

View File

@ -1,7 +1,7 @@
import type { ExtensionAPI } from "@earendil-works/pi-coding-agent"; import type { ExtensionAPI } from "@earendil-works/pi-coding-agent";
//const BASE_URL = "http://172.26.76.49:8001/v1"; const BASE_URL = "http://172.26.76.49:8001/v1";
const BASE_URL = "http://127.0.0.1:4901/v1"; //const BASE_URL = "http://127.0.0.1:4901/v1";
const MODELS = [ const MODELS = [
{ {