Skip to content

Commit 2710000

Browse files
committed
Update name
1 parent 17514e3 commit 2710000

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Core/Sources/ChatGPTChatTab/ChatContextMenu.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ struct ChatContextMenu: View {
7272
var chatModel: some View {
7373
let allModels = chatModels + [.init(
7474
id: "com.github.copilot",
75-
name: "GitHub Copilot as chat model",
75+
name: "GitHub Copilot Language Server",
7676
format: .openAI,
7777
info: .init()
7878
)]

Core/Sources/HostApp/FeatureSettings/Chat/ChatSettingsGeneralSectionView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ struct ChatSettingsGeneralSectionView: View {
155155
) {
156156
let allModels = settings.chatModels + [.init(
157157
id: "com.github.copilot",
158-
name: "GitHub Copilot as chat model",
158+
name: "GitHub Copilot Language Server",
159159
format: .openAI,
160160
info: .init()
161161
)]

0 commit comments

Comments
 (0)