Skip to content

Commit 7e15e1e

Browse files
committed
Adjust title
1 parent 9c29cc4 commit 7e15e1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Core/Sources/HostApp/AccountSettings/OpenAIView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ struct OpenAIView: View {
9494
in: 0...model.maxToken,
9595
step: 1
9696
) {
97-
Text("Max Token")
97+
Text("Max Token (Including Reply)")
98+
.multilineTextAlignment(.trailing)
9899
}
99100
TextField(text: binding) {
100101
EmptyView()

0 commit comments

Comments
 (0)