We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc66c5b + a182584 commit e92fe3fCopy full SHA for e92fe3f
openevolve/llm/openai.py
@@ -38,6 +38,7 @@ def __init__(
38
self.client = openai.OpenAI(
39
api_key=self.api_key,
40
base_url=self.api_base,
41
+ timeout=self.timeout,
42
)
43
44
# Only log unique models to reduce duplication
0 commit comments