mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Improve Liabots provider, Add image api support
This commit is contained in:
parent
91e7252123
commit
b1dafc0ef7
11 changed files with 293 additions and 121 deletions
|
|
@ -3,7 +3,7 @@ import json
|
|||
url = "http://localhost:1337/v1/chat/completions"
|
||||
body = {
|
||||
"model": "",
|
||||
"provider": "MetaAI",
|
||||
"provider": "",
|
||||
"stream": True,
|
||||
"messages": [
|
||||
{"role": "assistant", "content": "What can you do? Who are you?"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue