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...
351fbbb
Adam
/
t3nsor
/
t3nsor_test.py
t.me/xtekky
t3nsor.tech api unpatch
351fbbb
over 2 years ago
raw
Copy download link
history
blame
Safe
187 Bytes
import
t3nsor
for
response
in
t3nsor.StreamCompletion.create(
prompt =
'write python code to reverse a string'
,
messages = []):
print
(response.completion.choices[
0
].text)