Skip to content

Commit

Permalink
Change default API
Browse files Browse the repository at this point in the history
  • Loading branch information
aiql-admin authored Jul 12, 2024
1 parent cdf001d commit 4580aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ <h5 class="font-weight-bold">{{ column.key }}</h5>
id: "chatbotStore",
state: () => ({
apiKey: "",
url: "https://api.openai.com",
url: "https://api.aiql.com",
path: "/v1/chat/completions",
model: "gpt-3.5-turbo",
authPrefix: "Bearer",
Expand Down

0 comments on commit 4580aba

Please sign in to comment.