Forráskód Böngészése

add exmple config

Mistivia 1 hónapja
szülő
commit
d6fe4df422
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      public/config.json

+ 3 - 3
public/config.json

@@ -1,5 +1,5 @@
 {
-    "model": "chatgpt",
-    "url": "https://api-inference.huggingface.co/models/gpt-2",
-    "key": "uwu"
+    "model": "gpt-4o",
+    "url": "https://api.openai.com/v1/chat/completions",
+    "key": "xxxxxxxxxxxxxxxxx"
 }