diff --git a/index.html b/index.html index 47d94e8..0e4e0c3 100644 --- a/index.html +++ b/index.html @@ -474,7 +474,7 @@ - {{chatbotStore.model}} + {{chatbotStore.model || "No model" }} @@ -1099,9 +1099,9 @@
{{ column.key }}
id: "chatbotStore", state: () => ({ apiKey: "", - url: "https://api.aiql.com", + url: "https://ai.aiql.com", path: "/v1/chat/completions", - model: "gpt-4o-mini", + model: "", authPrefix: "Bearer", contentType: "application/json", max_tokens_type: "max_tokens",