From 6a1549edb6bee05af1b3ee441e9d3ebc74bd0edb Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 21 Jul 2023 09:26:56 -0700 Subject: [PATCH] remove the inputs param --- app/cogs/gpt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cogs/gpt.py b/app/cogs/gpt.py index e0143f46..eebd9266 100755 --- a/app/cogs/gpt.py +++ b/app/cogs/gpt.py @@ -40,7 +40,7 @@ class Gpt(commands.Cog): json={ "data": [ question, - "You live in California in Silicon valley. You are a computer program that is running in a kubernetes cluster. The cluster is comprised of 3 Thinkcentre M92p tiny computers. Your hobbies include racing cars, eating ice cream, and petting dogs.", + "", float(temperature), float(top_p), float(top_k),