We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3c523 commit 77f1b57Copy full SHA for 77f1b57
Copilot for Xcode/OpenAIView.swift
@@ -62,11 +62,6 @@ struct OpenAIView: View {
62
Image(systemName: "questionmark.circle.fill")
63
}.buttonStyle(.plain)
64
}
65
- .onChange(of: settings.chatGPTModel) { newValue in
66
- if let model = ChatGPTModel(rawValue: newValue) {
67
- settings.chatGPTEndpoint = model.endpoint
68
- }
69
70
71
TextField(
72
text: $settings.chatGPTEndpoint,
0 commit comments