Closed cipher-shad0w closed 2 months ago
INFO: i have configured an llm so that it takes a text and then summarizes it. the summary is 25-33% of the original text.
INSTALL: pip install groq dotenv
USE: you have to create the file .env in the main directory and add GROQ_API_KEY='YOUR KEY'.
To use the function call summarize() with the text you want to summarize.
INFO: i have configured an llm so that it takes a text and then summarizes it. the summary is 25-33% of the original text.
INSTALL: pip install groq dotenv
USE: you have to create the file .env in the main directory and add GROQ_API_KEY='YOUR KEY'.
To use the function call summarize() with the text you want to summarize.