I was trying to test out the simple crawler with automation and CKEditor similar to what happens here:
https://www.youtube.com/watch?v=NVlrFPdF1jk&t=3531s
it worked fine with GPT-4.1-mini but when switching to GPT-5-mini I get:
This model does not support Max Tokens, but max_completion_tokens
Also, with GPT-5-mini you can't change the temperature and it says:
It only supports the defaul 1
I suggest custom loading of fields and values based on models, probably not an easy feat to just add this but moving forward each model might come with specific parameters
Comments
Comment #2
keiserjb commentedMake sure your https://www.drupal.org/project/ai_provider_openai module is using 1.2 and is updated.
It has added this code.
Comment #3
akalsey commentedFor anyone that can't update to an alpha, I've created a patch with this change for use until 1.2 is released
Comment #4
marcus_johansson commentedComment #5
b_sharpe commented