Skip to content

Commit ba123e5

Browse files
committed
add mac app
1 parent 221848a commit ba123e5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
88 Bytes
Loading

XCAChatGPTMac/XCAChatGPTMacApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import SwiftUI
1010
@main
1111
struct XCAChatGPTMacApp: App {
1212

13-
@StateObject var vm = ViewModel(api: ChatGPTAPI(apiKey: "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"))
13+
@StateObject var vm = ViewModel(api: ChatGPTAPI(apiKey: "API_KEY"))
1414

1515
var body: some Scene {
1616
MenuBarExtra("XCA ChatGPT", image: "icon") {

0 commit comments

Comments
 (0)