mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-10 20:31:01 +00:00
8 lines
184 B
TypeScript
8 lines
184 B
TypeScript
export const API_MODELS = {
|
|
LIST: '/v1/models',
|
|
LOAD: '/models/load',
|
|
UNLOAD: '/models/unload'
|
|
};
|
|
|
|
/** CORS proxy endpoint path */
|
|
export const CORS_PROXY_ENDPOINT = '/cors-proxy';
|