llama.cpp/tools/server/webui/src/lib/services/index.ts

4 lines
134 B
TypeScript

export { chatService } from './chat';
export { PropsService } from './props';
export { conversationsService } from './conversations';