Dzmitry Ashkinadze
Results
1
comments of
Dzmitry Ashkinadze
Hi @yockgen, try passing names of CSV files directly instead of a list of CSV filenames. ` agent = create_csv_agent( ChatOpenAI(temperature=0, model="gpt-3.5-turbo-0613"), 'titanic.csv', verbose=True, agent_type=AgentType.OPENAI_FUNCTIONS, ) `