initial
This commit is contained in:
9
ts/api/handlers/index.ts
Normal file
9
ts/api/handlers/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* API Handlers
|
||||
*
|
||||
* OpenAI-compatible request handlers.
|
||||
*/
|
||||
|
||||
export { ChatHandler } from './chat.ts';
|
||||
export { ModelsHandler } from './models.ts';
|
||||
export { EmbeddingsHandler } from './embeddings.ts';
|
||||
Reference in New Issue
Block a user