Pacama95/chatbot_agent
0
1---2title: Chat Bot using LangGraph3emoji: ⚡4colorFrom: pink5colorTo: yellow6sdk: gradio7sdk_version: 5.23.18app_file: app.py9pinned: false10tags:11- langgraph12- agent13- langchain14- tool15- agent-course16---17 18## Project structure19 20The project contain two main parts:21- I am sharing the notebook 'Chatbot with Gradio.ipynb', which includes all the code and some tests I conducted throughout the process. My intention is simply to share my approach and findings.22- The 'gradio_simple.py', a Python script which launch a Gradio interface connected to my AI Agent, you can use it to interact with it. Remember to set the required API keys, described in GRADIO_SETUP.md file.23 24## Usage25 26Please, setup an OpenAI API key to use this Agent from HuggingFace space. Configure in your profile a new environment variable as OPENAI_API_KEY.27 