Problem/Motivation
When using the Chat Generation Explorer (/admin/config/ai/explorers/chat_generator) with some models (including Haiku 4.5 and Sonnet 4.5), the following error occurs:
The following error occurred while processing your request:
Error invoking model response: `temperature` and `top_p` cannot both be specified for this model. Please use only one.
Of the following exception type:
Drupal\ai\Exception\AiRequestErrorException
These models work without any similar issues in other situations (agents, content generations, etc...) - the issue seems limited to the Chat Generation Explorer.
thanks,
-mike
Comments
Comment #2
marcus_johansson commentedComment #3
marcus_johansson commentedThis will be fixed as part of this MR https://git.drupalcode.org/project/ai_provider_anthropic/-/merge_request... from issue #3555574: "(Latest)" models return error
Comment #4
marcus_johansson commentedThank you, getting merged as part of the MR of the other issue.