Skip to content

Commit

Permalink
llama3.2 model updates
Browse files Browse the repository at this point in the history
  • Loading branch information
selimseker committed Sep 25, 2024
1 parent 85e7444 commit b5cf7ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ var (
"llama3.1:8b-instruct-fp16",
"llama3.1:70b-instruct-q4_0",
"llama3.1:70b-instruct-q8_0",
"llama3.2:1b",
"llama3.2:3b",
}
OPENAI_MODELS = []string{
"gpt-4-turbo",
Expand Down

0 comments on commit b5cf7ef

Please sign in to comment.