Running a Custom Tool and Agent Locally
This is an example of how to run a custom tool and agent locally, independent of GLChat.
Installation
# you can use a Conda environment
pip install gllm-agents-binaryRunning The Code
git clone https://github.com/GDP-ADMIN/gen-ai-examples.git
cd gen-ai-examples/examples/custom-tool-and-agentSet up your OPENAI_API_KEY
OPENAI_API_KEY Get your OpenAI API key from https://platform.openai.com/api-keys.
Execute the script
Last updated