© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Ranjan Dailata
AI Innovator, Builder
OpenAIChat is deprecated. We need to go with the ChatOpenAI.
chatopenai = ChatOpenAI( model_name="gpt-3.5-turbo") llmchain_chat = LLMChain(llm=chatopenai, prompt=prompt)