Skip to content

Commit

Permalink
fix initializer with template
Browse files Browse the repository at this point in the history
  • Loading branch information
eastriverlee committed Feb 1, 2024
1 parent 7d7290b commit 4babf23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/LLM/LLM.swift
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ open class LLM: ObservableObject {
maxTokenCount: maxTokenCount
)
self.preProcess = template.preProcess
self.template = template
}

private var shouldContinuePredicting = false
Expand Down

0 comments on commit 4babf23

Please sign in to comment.