ollama / utils /app /api.ts
rippanteq7's picture
Upload folder using huggingface_hub
bbef364 verified
raw
history blame
59 Bytes
export const getEndpoint = () => {
return 'api/chat';
};