Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -57,8 +57,8 @@ memory = ConversationBufferWindowMemory()
|
|
57 |
llm = CTransformers(model='TheBloke/Llama-2-7B-Chat-GGML',
|
58 |
model_file='llama-2-7b-chat.ggmlv3.q3_K_S.bin',
|
59 |
model_type='llama',
|
60 |
-
config={'max_new_tokens':
|
61 |
-
'temperature': 0.
|
62 |
)
|
63 |
|
64 |
# convo = ConversationChain(
|
|
|
57 |
llm = CTransformers(model='TheBloke/Llama-2-7B-Chat-GGML',
|
58 |
model_file='llama-2-7b-chat.ggmlv3.q3_K_S.bin',
|
59 |
model_type='llama',
|
60 |
+
config={'max_new_tokens': 25,
|
61 |
+
'temperature': 0.2}
|
62 |
)
|
63 |
|
64 |
# convo = ConversationChain(
|