Hugging Face
Models
Datasets
Spaces
Posts
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...
c3cf8cc
Adam
/
testing
/
t3nsor_test.py
t.me/xtekky
writesonic.com api (gpt3.5 with internet)
8b4e40d
almost 2 years 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)