mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-14 10:44:46 +08:00
feat(codex): support explicit OpenAI Responses API config (#1235)
* feat: support explicit OpenAI Responses API config Co-authored-by: Codex <noreply@openai.com> * Update backend/packages/harness/deerflow/config/model_config.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Codex <noreply@openai.com> Co-authored-by: Willem Jiang <willem.jiang@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# ============================================================================
|
||||
# Bump this number when the config schema changes.
|
||||
# Run `make config-upgrade` to merge new fields into your local config.yaml.
|
||||
config_version: 2
|
||||
config_version: 3
|
||||
|
||||
# ============================================================================
|
||||
# Models Configuration
|
||||
@@ -45,6 +45,16 @@ models:
|
||||
# temperature: 0.7
|
||||
# supports_vision: true # Enable vision support for view_image tool
|
||||
|
||||
# Example: OpenAI Responses API model
|
||||
# - name: gpt-5-responses
|
||||
# display_name: GPT-5 (Responses API)
|
||||
# use: langchain_openai:ChatOpenAI
|
||||
# model: gpt-5
|
||||
# api_key: $OPENAI_API_KEY
|
||||
# use_responses_api: true
|
||||
# output_version: responses/v1
|
||||
# supports_vision: true
|
||||
|
||||
# Example: Anthropic Claude model
|
||||
# - name: claude-3-5-sonnet
|
||||
# display_name: Claude 3.5 Sonnet
|
||||
|
||||
Reference in New Issue
Block a user