Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
justest/gpt4free
101-5
/
gpt4free
like
1
Runtime error
App
Files
Files
Community
2ee8daf
gpt4free
/
g4f
/
.v1
/
testing
/
t3nsor_test.py
101-5
Duplicate from justest/gpt4free
2ee8daf
over 1 year ago
raw
Copy download link
history
blame
Safe
171 Bytes
import
t3nsor
for
response
in
t3nsor.StreamCompletion.create(prompt=
'write python code to reverse a string'
, messages=[]):
print
(response.completion.choices[
0
].text)