Skip to content

Commit

Permalink
switch model
Browse files Browse the repository at this point in the history
  • Loading branch information
gempir committed Mar 3, 2024
1 parent e17c801 commit 12ca062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/george/ollama.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Ollama struct {
}

func NewOllama(emoteservice *emoteservice.SevenTvClient) *Ollama {
llm, err := ollama.New(ollama.WithModel("llama2"))
llm, err := ollama.New(ollama.WithModel("mistral"))
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 12ca062

Please sign in to comment.