Skip to content

Commit

Permalink
Merge pull request #125 from paramaggarwal/patch-1
Browse files Browse the repository at this point in the history
Fix for broken Image demo
  • Loading branch information
ingvarus-bc authored Nov 17, 2023
2 parents 9e70523 + 476c9c4 commit 30de00a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Demo/App/APIProvidedView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ struct APIProvidedView: View {
.onChange(of: apiKey) { newApiKey in
let client = OpenAI(apiToken: newApiKey)
chatStore.openAIClient = client
imageStore.openAIClient = client
miscStore.openAIClient = client
}
}
Expand Down

0 comments on commit 30de00a

Please sign in to comment.