lupantech Amirkakeh commited on
Commit
b0de519
·
verified ·
1 Parent(s): fefa30a

Update octotools/engine/openai.py (#4)

Browse files

- Update octotools/engine/openai.py (e1ab89608e4d08c4dbc763a3769136f7de7247cc)


Co-authored-by: Amir Kakekhani <[email protected]>

Files changed (1) hide show
  1. octotools/engine/openai.py +1 -1
octotools/engine/openai.py CHANGED
@@ -30,7 +30,7 @@ class DefaultFormat(BaseModel):
30
  response: str
31
 
32
  # Define global constant for structured models
33
- OPENAI_STRUCTURED_MODELS = ['gpt-4o', 'gpt-4o-2024-08-06','gpt-4o-mini', 'gpt-4o-mini-2024-07-18']
34
 
35
 
36
  class ChatOpenAI(EngineLM, CachedEngine):
 
30
  response: str
31
 
32
  # Define global constant for structured models
33
+ OPENAI_STRUCTURED_MODELS = ['gpt-4o', 'gpt-4o-2024-08-06','gpt-4o-mini', 'gpt-4o-mini-2024-07-18','deepseek']
34
 
35
 
36
  class ChatOpenAI(EngineLM, CachedEngine):