Skip to content

Commit

Permalink
chore(Playground): adds multimodal example to OpenAI-compatible secti…
Browse files Browse the repository at this point in the history
…on (#3)
  • Loading branch information
kevinhermawan authored Sep 28, 2024
1 parent a782c83 commit a0df5e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Playground/Playground/Views/AppView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ struct AppView: View {
}
}

NavigationLink("Multimodal") {
MultimodalView()
.onAppear {
viewModel.isUsingCustomApi = true
}
}

NavigationLink("Tool Calling") {
ToolCallingView()
.onAppear {
Expand Down

0 comments on commit a0df5e0

Please sign in to comment.