Browse Source

Merge branch 'main' into jkogara/typos_and_gitignore

pull/57/head
John O'Gara 1 year ago committed by GitHub
parent
commit
3986908d19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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