Spaces:
Paused
Paused
matt HOFFNER
commited on
Commit
·
5b2069d
1
Parent(s):
6589714
cleanup
Browse files- src/pages/api/stream.js +1 -1
src/pages/api/stream.js
CHANGED
@@ -11,7 +11,7 @@ export class LLMError extends Error {
|
|
11 |
}
|
12 |
}
|
13 |
|
14 |
-
export const
|
15 |
model,
|
16 |
systemPrompt,
|
17 |
temperature,
|
|
|
11 |
}
|
12 |
}
|
13 |
|
14 |
+
export const LLMStream = async (
|
15 |
model,
|
16 |
systemPrompt,
|
17 |
temperature,
|