Remove timeout

a series mistake in the config
pull/128/head
flin16 2025-06-04 18:01:56 -05:00
parent 26a2bbbef2
commit 0d5bd8fe34
1 changed files with 7 additions and 8 deletions

View File

@ -217,7 +217,6 @@ return {
endpoint = "https://api.openai.com/v1",
model = "gpt-4o", -- your desired model (or use gpt-4o, etc.)
extra_request_body = {
timeout = 30000, -- Timeout in milliseconds, increase this for reasoning models
temperature = 0.75,
max_completion_tokens = 8192, -- Increase this to include reasoning tokens (for reasoning models)
--reasoning_effort = "medium", -- low|medium|high, only used for reasoning models