We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17514e3 commit 2710000Copy full SHA for 2710000
Core/Sources/ChatGPTChatTab/ChatContextMenu.swift
@@ -72,7 +72,7 @@ struct ChatContextMenu: View {
72
var chatModel: some View {
73
let allModels = chatModels + [.init(
74
id: "com.github.copilot",
75
- name: "GitHub Copilot as chat model",
+ name: "GitHub Copilot Language Server",
76
format: .openAI,
77
info: .init()
78
)]
Core/Sources/HostApp/FeatureSettings/Chat/ChatSettingsGeneralSectionView.swift
@@ -155,7 +155,7 @@ struct ChatSettingsGeneralSectionView: View {
155
) {
156
let allModels = settings.chatModels + [.init(
157
158
159
160
161
0 commit comments