fix(example): ensure hints option is set to false by default

pull/128/head
flin16 2025-06-04 17:31:12 -05:00
parent e8b8222d2b
commit 56e171ed49
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ return {
version = false, -- Never set this value to "*"! Never!
opts = {
-- add any opts here
hints = { enabled = false },
-- for example
provider = "openai",
providers = {