mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-08 07:11:06 +00:00
Removed an extra print statement, thanks to @rez0.
This commit is contained in:
parent
416c7d9a27
commit
3a004440f7
@ -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…
Reference in New Issue
Block a user