mirror of
https://github.com/ollama/ollama.git
synced 2025-11-11 16:57:01 +01:00
Update and Fix example models (#6065)
* Update example models * Remove unused README.md
This commit is contained in:
@@ -35,7 +35,7 @@ func main() {
|
||||
|
||||
ctx := context.Background()
|
||||
req := &api.ChatRequest{
|
||||
Model: "llama3",
|
||||
Model: "llama3.1",
|
||||
Messages: messages,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user