You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Lord Basil - Automate EVERYTHING c78bb76a12
update libraries for langchain_community + llama3 changed from llama2 (#4174)
2 years ago
..
README.md Update domain name references in docs and install script (#2435) 3 years ago
main.py update libraries for langchain_community + llama3 changed from llama2 (#4174) 2 years ago
requirements.txt Update readmes, requirements, packagejsons, etc for all examples (#1452) 3 years ago

README.md

LangChain Web Summarization

This example summarizes the website, https://ollama.com/blog/run-llama2-uncensored-locally

Running the Example

  1. Ensure you have the llama2 model installed:

    ollama pull llama2
    
  2. Install the Python Requirements.

    pip install -r requirements.txt
    
  3. Run the example:

    python main.py