mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
Update __init__.py
This commit is contained in:
parent
a18ceac0a5
commit
220f0fcd04
1 changed files with 2 additions and 2 deletions
|
|
@ -343,8 +343,8 @@ class Completions:
|
|||
)
|
||||
|
||||
def fallback(response):
|
||||
response = async_iter_response(response, stream, response_format, max_tokens, stop)
|
||||
return async_iter_append_model_and_provider(response, model, provider)
|
||||
response = iter_response(response, stream, response_format, max_tokens, stop)
|
||||
return iter_append_model_and_provider(response, model, provider)
|
||||
|
||||
if raw:
|
||||
def raw_response(response):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue