Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
leurez
/
Adam
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8a8e845
Adam
/
testing
/
t3nsor_test.py
Aymane Hrouch
Reformat code using PyCharm
f1594cf
about 2 years ago
raw
Copy download link
history
blame
188 Bytes
import
t3nsor
for
response
in
t3nsor.StreamCompletion.create(
prompt=
'write python code to reverse a string'
,
messages=[]):
print
(response.completion.choices[
0
].text)