ai_workflows / llms /gpt.py
theRealNG's picture
migrate back to openai with gpt3.5
9eb0b4e
raw
history blame contribute delete
98 Bytes
from langchain_openai import ChatOpenAI
llm = ChatOpenAI(model="gpt-3.5-turbo", temperature=0.5)