From 1efe3f2068f8249af0f1d8843e0798a73f0c4f5b Mon Sep 17 00:00:00 2001 From: AKASH KOBAL <98216083+AkashKobal@users.noreply.github.com> Date: Wed, 3 Apr 2024 22:20:41 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d7eb85..0ad5fc9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Description: ### This repository contains code for generating blog content using the LLama 2 language model. It integrates with Streamlit for easy user interaction. Simply input your blog topic, desired word count, and writing style to generate engaging blog content. - + ### This GitHub code demonstrates the use of the LLama 2 model for generating blog content using Streamlit. It imports the CTransformers module from langchain.llms and langchain_community.llms for language model integration. The get_response function prompts the user to input a blog topic, number of words, and style, then generates a response using the LLama 2 model. Streamlit is used to create a user-friendly interface for input and output. ### The LLama 2 model is specified with its model file and type, along with configuration parameters such as max_new_tokens and temperature for text generation.