Skip to content

Commit

Permalink
"Update Package.resolved and Package.swift to use the \"langchain\" b…
Browse files Browse the repository at this point in the history
…ranch of \"https://github.com/buhe/llmfarm_core.swift\" instead of the previous revision."
  • Loading branch information
buhe committed Jan 26, 2024
1 parent d8ef992 commit 3d14215
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@
{
"identity" : "llmfarm_core.swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/guinmoon/llmfarm_core.swift",
"location" : "https://github.com/buhe/llmfarm_core.swift",
"state" : {
"revision" : "7226a84a69361c312c997453827c609e613585fd"
"branch" : "langchain",
"revision" : "927d670751bc8aebbc5eb845afd36fe1eeef4f5a"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let package = Package(
.package(url: "https://github.com/juyan/swift-filestore", .upToNextMajor(from: "0.5.0")),
.package(url: "https://github.com/ZachNagengast/similarity-search-kit.git", from: "0.0.11"),
.package(url: "https://github.com/google/generative-ai-swift", .upToNextMajor(from: "0.4.4")),
.package(url: "https://github.com/guinmoon/llmfarm_core.swift", .revision("7226a84a69361c312c997453827c609e613585fd")),
.package(url: "https://github.com/buhe/llmfarm_core.swift", .branch("langchain")),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down

0 comments on commit 3d14215

Please sign in to comment.