This website requires JavaScript.
Explore
Help
Register
Sign in
JaehaerysNL
/
GPT4FREE
Watch
1
Star
0
Fork
You've already forked GPT4FREE
0
Code
Activity
b595351296
GPT4FREE
/
gpt4free
/
theb
/
theb_test.py
5 lines
102 B
Python
Raw
Normal View
History
Unescape
Escape
theb.ai
2023-04-27 18:32:39 +00:00
import
theb
for
token
in
theb
.
Completion
.
create
(
'
hello world
'
)
:
refactored code
2023-04-29 10:20:18 +00:00
print
(
token
,
end
=
'
'
,
flush
=
True
)
Copy permalink