Llms: streaming as a vendor function (then all directed to the unified)

This commit is contained in:
Enrico Ros
2023-12-19 19:00:19 -08:00
parent 0ece1ce58c
commit bee49a4b1c
30 changed files with 153 additions and 116 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
export const runtime = 'edge';
export { llmStreamingRelayHandler as POST } from '~/modules/llms/server/llms.streaming';
export { llmStreamingRelayHandler as POST } from '~/modules/llms/server/llm.server.streaming';