Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AiQL.com authored Aug 4, 2024
1 parent 87c3e88 commit 53d9400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@
</v-chip>

<v-chip label color="primary" class="ma-1">
{{chatbotStore.model}}
{{chatbotStore.model || "No model" }}
</v-chip>
</span>
</v-expansion-panel-title>
Expand Down Expand Up @@ -1099,9 +1099,9 @@ <h5 class="font-weight-bold">{{ column.key }}</h5>
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",
Expand Down

0 comments on commit 53d9400

Please sign in to comment.