config
This commit is contained in:
parent
49a2c15d1d
commit
af22c7ff32
7 changed files with 83 additions and 6 deletions
|
|
@ -8,7 +8,7 @@ return {
|
|||
provider = 'openai',
|
||||
openai = {
|
||||
endpoint = 'https://api.openai.com/v1',
|
||||
model = 'gpt-4o-mini', -- your desired model (or use gpt-4o, etc.)
|
||||
model = 'gpt-4o', -- your desired model (or use gpt-4o, etc.)
|
||||
timeout = 30000, -- Timeout in milliseconds, increase this for reasoning models
|
||||
temperature = 0,
|
||||
max_completion_tokens = 8192, -- Increase this to include reasoning tokens (for reasoning models)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue