Browse Source

Removed an extra print statement, thanks to @rez0.

pull/60/head
Daniel Miessler 1 year ago
parent
commit
3a004440f7
  1. 1
      client/utils.py

1
client/utils.py

@ -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}")

Loading…
Cancel
Save