Skip to content

Commit 18b6187

Browse files
committed
remove missing argumment
1 parent a352846 commit 18b6187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XCAChatGPT/XCAChatGPTApp.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 XCAChatGPTApp: App {
1212

13-
@StateObject var vm = ViewModel(api: ChatGPTAPI(apiKey: "PROVIDE_API_KEY"))
13+
@StateObject var vm = ViewModel(api: ChatGPTAPI())
1414

1515
var body: some Scene {
1616
WindowGroup {

0 commit comments

Comments
 (0)