Skip to content

Commit ee429f4

Browse files
committed
Update UI
1 parent 7c2f6e6 commit ee429f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CustomSuggestionService/ChatModelManagement/TabbyModelEditView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ struct TabbyModelEditView: View {
9797

9898
@ViewBuilder
9999
var form: some View {
100-
urlTextField(prompt: Text("https://127.0.0.1:8080/v1/completions"))
100+
urlTextField(prompt: Text("http://127.0.0.1:8080/v1/completions"))
101101
authorizationModePicker
102102

103103
switch store.authorizationMode {

0 commit comments

Comments
 (0)