Improve Liabots provider, Add image api support

This commit is contained in:
Heiner Lohaus 2024-05-18 07:37:37 +02:00
parent 91e7252123
commit b1dafc0ef7
11 changed files with 293 additions and 121 deletions

View file

@ -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?"}