Skip to content

Commit

Permalink
Remove OpenAI dependency from SpeziLLMOpenAI in Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhdk committed Dec 16, 2024
1 parent 0a789e6 commit 0ad1776
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ let package = Package(
name: "SpeziLLMOpenAI",
dependencies: [
.target(name: "SpeziLLM"),
.product(name: "OpenAI", package: "OpenAI"),
.product(name: "SpeziFoundation", package: "SpeziFoundation"),
.product(name: "Spezi", package: "Spezi"),
.product(name: "SpeziChat", package: "SpeziChat"),
Expand Down

0 comments on commit 0ad1776

Please sign in to comment.