Removed an extra print statement, thanks to @rez0.

This commit is contained in:
Daniel Miessler 2024-02-07 11:14:54 -08:00
parent 416c7d9a27
commit 3a004440f7

View File

@ -105,7 +105,6 @@ class Standalone:
frequency_penalty=0.1,
presence_penalty=0.1,
)
print(response)
print(response.choices[0].message.content)
except Exception as e:
print(f"Error: {e}")