Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
leurez
/
Adam
like
0
Build error
App
Files
Files
Community
b68da4c
Adam
/
testing
/
t3nsor_test.py
t.me/xtekky
writesonic.com api (gpt3.5 with internet)
8b4e40d
over 1 year ago
raw
Copy download link
history
blame
186 Bytes
import
t3nsor
for
response
in
t3nsor.StreamCompletion.create(
prompt =
'write python code to reverse a string'
,
messages = []):
print
(response.completion.choices[
0
].text)