Skip to content

support for gpt5 models#81

Merged
dexhunter merged 1 commit into
WecoAI:mainfrom
e-strauss:gpt5-fix
Feb 12, 2026
Merged

support for gpt5 models#81
dexhunter merged 1 commit into
WecoAI:mainfrom
e-strauss:gpt5-fix

Conversation

@e-strauss

Copy link
Copy Markdown
Contributor

this minor fix enables the usage of gpt5 like models, which do not support temperature values by allowing null values in the config for the temperature value for models.

example usage:

python -m aide.run data_dir="input" \
  goal="make nice a ml pipeline" \
  agent.code.model="gpt-5.2-codex" \
  agent.code.temp=null

@dexhunter

Copy link
Copy Markdown
Member

Hi @e-strauss thanks for the contribution! Btw feel free to try out the weco-cli with more advanced features

@dexhunter dexhunter left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@dexhunter dexhunter merged commit 9643875 into WecoAI:main Feb 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants