We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a352846 commit 18b6187Copy full SHA for 18b6187
XCAChatGPT/XCAChatGPTApp.swift
@@ -10,7 +10,7 @@ import SwiftUI
10
@main
11
struct XCAChatGPTApp: App {
12
13
- @StateObject var vm = ViewModel(api: ChatGPTAPI(apiKey: "PROVIDE_API_KEY"))
+ @StateObject var vm = ViewModel(api: ChatGPTAPI())
14
15
var body: some Scene {
16
WindowGroup {
0 commit comments