Spaces:
Sleeping
Sleeping
ARBAJSSHAIKH
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from langchain.prompts import PromptTemplate
|
|
3 |
from langchain_community.llms import CTransformers
|
4 |
|
5 |
|
6 |
-
|
7 |
|
8 |
def GetLLMResponse(input_text,no_words,blog_type):
|
9 |
llm=CTransformers(model="models\llama-2-7b-chat.ggmlv3.q8_0.bin",
|
|
|
3 |
from langchain_community.llms import CTransformers
|
4 |
|
5 |
|
6 |
+
|
7 |
|
8 |
def GetLLMResponse(input_text,no_words,blog_type):
|
9 |
llm=CTransformers(model="models\llama-2-7b-chat.ggmlv3.q8_0.bin",
|