Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def getLLamaresponse(input_text,keywords,blog_style):
|
|
9 |
### LLama2 model
|
10 |
llm=CTransformers(model="models/llama-2-7b-chat.ggmlv3.q2_K.bin",
|
11 |
model_type='llama',
|
12 |
-
config={'max_new_tokens':
|
13 |
'temperature':0.01})
|
14 |
|
15 |
## Prompt Template
|
|
|
9 |
### LLama2 model
|
10 |
llm=CTransformers(model="models/llama-2-7b-chat.ggmlv3.q2_K.bin",
|
11 |
model_type='llama',
|
12 |
+
config={'max_new_tokens':250,
|
13 |
'temperature':0.01})
|
14 |
|
15 |
## Prompt Template
|