commit
3307675844
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
import forefront
|
||||
|
||||
# create an account
|
||||
token = forefront.Account.create(logging=True)
|
||||
token = forefront.Account.create(logging=False)
|
||||
print(token)
|
||||
|
||||
# get a response
|
||||
|
@ -12,4 +12,5 @@ for response in forefront.StreamingCompletion.create(token = token,
|
|||
prompt = 'hello world', model='gpt-4'):
|
||||
|
||||
print(response.completion.choices[0].text, end = '')
|
||||
```
|
||||
print("")
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue