From e9ad55aef211aa742f780e994407f66f9c8b7622 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 30 Nov 2023 02:54:52 +0200 Subject: [PATCH] Add seed input field for OpenAI settings #1412 --- public/index.html | 11 +++++++++++ public/scripts/openai.js | 14 ++++++++++++++ server.js | 1 + 3 files changed, 26 insertions(+) diff --git a/public/index.html b/public/index.html index 85dd9d9a8..3e0e2742f 100644 --- a/public/index.html +++ b/public/index.html @@ -737,6 +737,17 @@ +
+
+ Seed +
+
+ Set to get deterministic results. Use -1 for random seed. +
+
+ +
+