llama: switch to llama3.1
This commit is contained in:
parent
355ecb257a
commit
b0832cfb7a
@ -80,7 +80,7 @@ func (l *Llama) Process(from, msg string) string {
|
||||
}
|
||||
|
||||
req := &api.ChatRequest{
|
||||
Model: "llama3",
|
||||
Model: "llama3.1",
|
||||
Messages: messages,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user