mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-23 09:10:13 +03:00
~ | g4f v-0.1.4.6 pip install -U g4f
This commit is contained in:
parent
f71a0c7dc9
commit
896d040c3e
@ -573,4 +573,4 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
<a href="https://github.com/xtekky/gpt4free/stargazers">
|
||||
<img width="500" alt="Star History Chart" src="https://api.star-history.com/svg?repos=xtekky/gpt4free&type=Date">
|
||||
</a>
|
||||
</a>
|
@ -104,4 +104,4 @@ class Completion:
|
||||
result = provider.create_completion(model.name,
|
||||
[{"role": "user", "content": prompt}], stream, **kwargs)
|
||||
|
||||
return result if stream else ''.join(result)
|
||||
return result if stream else ''.join(result)
|
||||
|
Loading…
Reference in New Issue
Block a user