Spaces:
Paused
Paused
matt HOFFNER
commited on
Commit
·
bf2fc3e
1
Parent(s):
2cd9790
attempt fix
Browse files- src/pages/api/llm.js +1 -1
src/pages/api/llm.js
CHANGED
@@ -8,7 +8,7 @@ import tiktokenModel from '@dqbd/tiktoken/encoders/cl100k_base.json';
|
|
8 |
import { Tiktoken, init } from '@dqbd/tiktoken/lite/init';
|
9 |
|
10 |
export const config = {
|
11 |
-
|
12 |
};
|
13 |
|
14 |
const handler = async (req) => {
|
|
|
8 |
import { Tiktoken, init } from '@dqbd/tiktoken/lite/init';
|
9 |
|
10 |
export const config = {
|
11 |
+
|
12 |
};
|
13 |
|
14 |
const handler = async (req) => {
|