Skip to content

Nekxis/NewsSumoriser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewsSumoriser

NewsSummariser is a LangChain project that summarizes news on any topic, delivering concise reports of the most important events with the help of a chain of ai researching agents.

  • Install and launch Ollama: ollama serve
  • Create new environment: conda env create -f environment.yml
  • Activate the new environment: conda activate NewsSumoriser
  • Pull the model you intend to use: ollama pull mixtral:8x7b-instruct-v0.1-q5_K_M
  • Run: python3 main.py

Other notes

The default model is hardcoded into the lookup.py file.

About

A chain of AI agents performing web searches and operations on vector databases to crate sumorisation of user's nwes requests.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%