Switch to claude

This commit is contained in:
Marcelo Jacobus 2025-05-14 17:10:36 -03:00
parent 202ac6db64
commit 462154fc91

View file

@ -5,7 +5,14 @@ return {
opts = {
-- add any opts here
-- for example
provider = "openai",
-- provider = "openai",
provider = "claude",
claude = {
endpoint = "https://api.anthropic.com",
model = "claude-3-5-sonnet-20241022",
temperature = 0,
max_tokens = 4096,
},
openai = {
endpoint = "https://api.openai.com/v1",
model = "gpt-4o", -- your desired model (or use gpt-4o, etc.)