Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanot committed Apr 6, 2024
1 parent b8aabe9 commit 4dec9fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 82 deletions.
77 changes: 0 additions & 77 deletions Package.resolved

This file was deleted.

11 changes: 6 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -147,23 +147,24 @@ let package = Package(
.testTarget(
name: "LargeLanguageModelsTests",
dependencies: [
"LargeLanguageModels"
"AI",
"Swallow"
],
path: "Tests/LargeLanguageModels"
),
.testTarget(
name: "AnthropicTests",
dependencies: [
"Anthropic",
"LargeLanguageModels"
"AI",
"Swallow"
],
path: "Tests/Anthropic"
),
.testTarget(
name: "OpenAITests",
dependencies: [
"LargeLanguageModels",
"OpenAI"
"AI",
"Swallow"
],
path: "Tests/OpenAI"
)
Expand Down

0 comments on commit 4dec9fa

Please sign in to comment.