Skip to content

Commit

Permalink
fix API url - add https (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaolun authored Jun 29, 2024
1 parent d241493 commit 6e56501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const settingsSchema: SettingSchemaDesc[] = [
{
key: "chatCompletionEndpoint",
type: "string",
default: "http://api.openai.com/v1",
default: "https://api.openai.com/v1",
title: "OpenAI API Completion Endpoint",
description: "The endpoint to use for OpenAI API completion requests. You shouldn't need to change this."
},
Expand Down

0 comments on commit 6e56501

Please sign in to comment.