Skip to content

Commit

Permalink
Modify the default Ollama prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Feb 20, 2024
1 parent 20f1506 commit eb7bcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ollama/ollama.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
Class = "OllamaClient"

defaultModel = "tinyllama"
defaultPrompt = "Write a haiku about the poet Algernon"
defaultPrompt = "Generate a haiku about the poet Algernon"
)

// Get the first argument, "self", and cast it from userdata to a library (which is really a hash map).
Expand Down

0 comments on commit eb7bcce

Please sign in to comment.