Mistivia пре 1 месец
родитељ
комит
d6fe4df422
1 измењених фајлова са 3 додато и 3 уклоњено
  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"
 }