We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2f6e6 commit ee429f4Copy full SHA for ee429f4
CustomSuggestionService/ChatModelManagement/TabbyModelEditView.swift
@@ -97,7 +97,7 @@ struct TabbyModelEditView: View {
97
98
@ViewBuilder
99
var form: some View {
100
- urlTextField(prompt: Text("https://127.0.0.1:8080/v1/completions"))
+ urlTextField(prompt: Text("http://127.0.0.1:8080/v1/completions"))
101
authorizationModePicker
102
103
switch store.authorizationMode {
0 commit comments