bibibi12345 commited on
Commit
e38bd59
·
1 Parent(s): 48c8917

openai mode thinking

Browse files
Files changed (1) hide show
  1. app/openai_handler.py +3 -2
app/openai_handler.py CHANGED
@@ -71,8 +71,9 @@ class OpenAIDirectHandler:
71
  'google': {
72
  'safety_settings': self.safety_settings,
73
  'thought_tag_marker': VERTEX_REASONING_TAG,
74
- 'thinking_config ': {"include_thoughts": True}
75
-
 
76
  }
77
  }
78
  }
 
71
  'google': {
72
  'safety_settings': self.safety_settings,
73
  'thought_tag_marker': VERTEX_REASONING_TAG,
74
+ "thinking_config": {
75
+ "include_thoughts": True
76
+ }
77
  }
78
  }
79
  }