summaryrefslogtreecommitdiffstats
path: root/etc/examples/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'etc/examples/api.py')
-rw-r--r--etc/examples/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/examples/api.py b/etc/examples/api.py
index d4d03a77..1ab9b51b 100644
--- a/etc/examples/api.py
+++ b/etc/examples/api.py
@@ -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?"}