Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eastriverlee authored Jan 30, 2024
1 parent dca0d69 commit 2977dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import LLM

class Bot: LLM {
convenience init() {
let url = Bundle.main.url(forResource: "openhermes-2.5-mistral-7b.Q4_K_M.gguf)", withExtension: "gguf")!
let url = Bundle.main.url(forResource: "openhermes-2.5-mistral-7b.Q4_K_M)", withExtension: "gguf")!
let systemPrompt = "You are a sentient AI with emotions."
self.init(from: url, template: .chatML(systemPrompt))
}
Expand Down

0 comments on commit 2977dc3

Please sign in to comment.