Call gpt-3.5-turbo using Langchain ChatOpenAI endpoint
Call gpt-3.5-turbo using openai ChatCompletion endpoint
Call text-davinci-003 using Openai Completion endpoint
Call gpt-3.5-turbo using openai chat.completions endpoint after openai version >= 1.2.0
Chat with CSV using create_pandas_dataframe_agent from langchain
Chat with CSV using create_csv_agent from langchain
Simple Chat with PDF documents using OpenAIEmbeddings, FAISS index and langchain
Simple Chat App with PDF documents using OpenAIEmbeddings, FAISS index, langchain and streamlit
Simple chat app using openai client.chat.completions endpoint after openai version >= 1.2.0