llama: switch to llama3.1

This commit is contained in:
Aaron Bieber 2024-07-26 11:45:05 -06:00
parent 355ecb257a
commit b0832cfb7a
No known key found for this signature in database

View File

@ -80,7 +80,7 @@ func (l *Llama) Process(from, msg string) string {
}
req := &api.ChatRequest{
Model: "llama3",
Model: "llama3.1",
Messages: messages,
}