Results 2 comments of Biturd

I have read the CLA Document and I hereby sign the CLA

I resolve this problem when i change gpt-4o-mini to gpt5 ``` llm_config = LLMConfig( api_key=os.getenv("OPENAI_API_KEY", "password"), model="gpt-5", base_url="https://api.openai.com/v1", small_model="gpt-5" ) ```