summaryrefslogtreecommitdiff
path: root/src/logic/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/logic/constants.ts')
-rw-r--r--src/logic/constants.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/logic/constants.ts b/src/logic/constants.ts
new file mode 100644
index 0000000..170477d
--- /dev/null
+++ b/src/logic/constants.ts
@@ -0,0 +1,3 @@
+// export const RESPONSE_LENGTH = 1024;
+export const RESPONSE_LENGTH = 256;
+export const MAX_TOKENS = 64_000;