llama.cpp / tools /server /webui /src /lib /constants /api-endpoints.ts
dlxj
todo: 基于 CUDA 13.0 编译
2517be1
export const API_MODELS = {
LIST: '/v1/models',
LOAD: '/models/load',
UNLOAD: '/models/unload'
};
/** CORS proxy endpoint path */
export const CORS_PROXY_ENDPOINT = '/cors-proxy';