mirror of
https://github.com/ollama/ollama.git
synced 2025-05-13 03:16:47 +02:00
update default model to llama3.2 (#6959)
This commit is contained in:
parent
e9e9bdb8d9
commit
55ea963c9e
29 changed files with 102 additions and 100 deletions
|
@ -2,7 +2,7 @@ import json
|
|||
import requests
|
||||
|
||||
# NOTE: ollama must be running for this to work, start the ollama app or run `ollama serve`
|
||||
model = "llama3.1" # TODO: update this for whatever model you wish to use
|
||||
model = "llama3.2" # TODO: update this for whatever model you wish to use
|
||||
|
||||
|
||||
def chat(messages):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue