remove the inputs param

This commit is contained in:
Luke Robles 2023-07-21 09:26:56 -07:00
parent 7b49aaa8ff
commit 6a1549edb6

View File

@ -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),