Update and Fix example models (#6065)

* Update example models

* Remove unused README.md
This commit is contained in:
Kim Hallberg 2024-07-30 08:56:37 +02:00 committed by GitHub
parent 1a83581a8e
commit 0be8baad2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 32 additions and 24 deletions

View file

@ -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" # TODO: update this for whatever model you wish to use
model = "llama3.1" # TODO: update this for whatever model you wish to use
def chat(messages):