Skip to content

Commit

Permalink
change model to 13b by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ili16 committed Mar 25, 2024
1 parent 0476250 commit 39fcd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ollama/ollama.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func GenerateResponse(prompt map[string]interface{}) (weaviate.ResponseData, err
}

requestBody := map[string]interface{}{
"model": model,
"model": "codellama:13b-instruct",
"prompt": completePrompt,
"stream": false,
"options": map[string]interface{}{
Expand Down

0 comments on commit 39fcd20

Please sign in to comment.