Skip to content

Commit

Permalink
uncensored model
Browse files Browse the repository at this point in the history
  • Loading branch information
gempir committed Mar 3, 2024
1 parent ff01e7a commit 34c6c14
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, helixClient helixclient.Client) *Ollama {
llm, err := ollama.New(ollama.WithModel("mistral"))
llm, err := ollama.New(ollama.WithModel("llama2-uncensored"))
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 34c6c14

Please sign in to comment.