Skip to content

TirendazAcademy/Tracking-Agents-with-Comet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project aims to show how to monitor LLMs experiments. To run the LLM agent, we used LangChain and OpenAI libraries. By leveraging Comet's tools, we tracked this agent.

To solve the hallucination, we first collect data with web scraping and then add this data to our LLM model. As a result, we obtained a language model that makes better predictions.

Install Python Dependencies

  1. Open a terminal or command prompt.
  2. Navigate to the directory where tracking-agents.ipynb is located (the cloned repo).
  3. Execute the following command to install the required Python dependencies: pip install -r requirements.txt
  4. This command will install the necessary packages specified in the requirements.txt file.

About

Monitoring agents with Comet ML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published