Running o1 mini i get a stop issuse

i do not currently have stop in my code
this is the error code below.

An error occurred: Error code: 400 - {‘error’: {‘message’: “Unsupported parameter: ‘stop’ is not supported with this model.”, ‘type’: ‘invalid_request_error’, ‘param’: ‘stop’, ‘code’: ‘unsupported_parameter’}}

Any ideas?
P.s runnign the latest crewai

can you share crew please

removed the private parts

f:
role: “F”
goal: >
Co…
backstory: >
You are a
llm:
type: “openai”
config:
temperature: 1
model: “o1-mini” # or “gpt-4” if available
max_completion_tokens: 8192
cache: true
max_rpm: 4

p:
role: “P”
goal: >

backstory: >
You are a .
llm:
type: “openai”
config:
temperature: 1
model: “o1-mini”
max_completion_tokens: 8192
cache: true
max_rpm: 4

mr:
role: “M”
goal: >
Refine
backstory: >
You are
llm:
type: “openai”
config:
temperature: 1
model: “o1-mini”
max_completion_tokens: 8192
cache: true
max_rpm: 4

sr:
role: “S”
goal: >

backstory: >
As a …
llm:
type: “openai”
config:
temperature: 1
model: “o1-mini”
max_completion_tokens: 8192
cache: true
max_rpm: 4

project_crew = Crew(
    tasks=[i...],
    agents=[...],     
    manager_llm=ChatOpenAI(temperature=1, model="o1-mini-2024-09-12", max_tokens=12000),
    max_rpm=4,
    process=Process.hierarchical,
    memory=True,
    planning=True,
)

I think we have found the root cause, please bare with us while we work out a fix

It has been fixed but so it starts running tasks but doesnt finish a run for me