We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c29cc4 commit 7e15e1eCopy full SHA for 7e15e1e
1 file changed
Core/Sources/HostApp/AccountSettings/OpenAIView.swift
@@ -94,7 +94,8 @@ struct OpenAIView: View {
94
in: 0...model.maxToken,
95
step: 1
96
) {
97
- Text("Max Token")
+ Text("Max Token (Including Reply)")
98
+ .multilineTextAlignment(.trailing)
99
}
100
TextField(text: binding) {
101
EmptyView()
0 commit comments