mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Remove timeout
a series mistake in the config
This commit is contained in:
parent
26a2bbbef2
commit
0d5bd8fe34
1 changed files with 7 additions and 8 deletions
|
|
@ -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…
Add table
Reference in a new issue