File size: 171 Bytes
96e2d26
 
 
 
1
2
3
4
5
import t3nsor

for response in t3nsor.StreamCompletion.create(prompt='write python code to reverse a string', messages=[]):
    print(response.completion.choices[0].text)