Tools with strict=True are not supported by this m...
# ask-ai
a
Tools with strict=True are not supported by this model getting this when used cerebras gpt-oss-120
t
Thanks for reaching out, Harshita. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
Hey there! Could you share a bit more about where you’re running into this error? For example: • Which tool or integration are you using with the cerebras gpt-oss-120 model? • Are you working within a particular environment or platform? • Could you share the exact code or configuration that’s causing the error? With these details, I’ll be in a much better spot to help you figure this out!
a
cerebras_llm = openai.llm.LLM.with_cerebras( model=model, temperature=0.4, api_key=cerebras_api_key )
t
Thanks so much for sharing the code snippet! To help you out better, could you let me know a couple of things? • Which version of the OpenAI library or SDK are you using? • Are you setting any parameters related to 'strict' in your setup? • Have you tried running this code with a different model or configuration to see if the issue still happens? Getting these details will really help me figure out what's going on and find the best solution for you.