mirror of https://github.com/LazyVim/starter
parent
26a2bbbef2
commit
0d5bd8fe34
|
@ -217,7 +217,6 @@ return {
|
||||||
endpoint = "https://api.openai.com/v1",
|
endpoint = "https://api.openai.com/v1",
|
||||||
model = "gpt-4o", -- your desired model (or use gpt-4o, etc.)
|
model = "gpt-4o", -- your desired model (or use gpt-4o, etc.)
|
||||||
extra_request_body = {
|
extra_request_body = {
|
||||||
timeout = 30000, -- Timeout in milliseconds, increase this for reasoning models
|
|
||||||
temperature = 0.75,
|
temperature = 0.75,
|
||||||
max_completion_tokens = 8192, -- Increase this to include reasoning tokens (for reasoning models)
|
max_completion_tokens = 8192, -- Increase this to include reasoning tokens (for reasoning models)
|
||||||
--reasoning_effort = "medium", -- low|medium|high, only used for reasoning models
|
--reasoning_effort = "medium", -- low|medium|high, only used for reasoning models
|
||||||
|
|
Loading…
Reference in New Issue