/llm_agent_openai

This is code to create an LLM agent using OpenAI

Primary LanguagePython

LLM Agent to query custom logic

This is a web application built using Streamlit and the LangChain framework, allowing users to leverage the power of LLMs agents for step by step thought process.

Run script_setup.sh to download all dependencies

Run script_run_agent.sh to ask questions using agent

Create a .env file with key OPENAI_API_KEY for accessing openAI APIs.