Skip to content

Commit 8c1a9b1

Browse files
author
Todor Pitekov
committed
add api token picker to ChatModelEditView
1 parent 02f0f38 commit 8c1a9b1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Core/Sources/HostApp/AccountSettings/ChatModelManagement/ChatModelEditView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ struct ChatModelEditView: View {
380380
BaseURLTextField(store: store, prompt: Text("http://127.0.0.1:11434")) {
381381
Text("/api/chat")
382382
}
383+
384+
ApiKeyNamePicker(store: store)
383385

384386
TextField("Model Name", text: $store.modelName)
385387

0 commit comments

Comments
 (0)