Spaces:
Sleeping
Sleeping
Update run.py
Browse files
run.py
CHANGED
@@ -168,7 +168,6 @@ def multimodalResponse(message,history,dropdown):
|
|
168 |
#context=["<context "+str(i+1)+">\n"+c+"\n</context "+str(i+1)+">" for i, c in enumerate(retrievedTexts)]
|
169 |
#context="\n\n".join(context)
|
170 |
#return context
|
171 |
-
top_p = float(top_p)
|
172 |
generate_kwargs = dict(
|
173 |
temperature=float(0.9),
|
174 |
max_new_tokens=5000,
|
|
|
168 |
#context=["<context "+str(i+1)+">\n"+c+"\n</context "+str(i+1)+">" for i, c in enumerate(retrievedTexts)]
|
169 |
#context="\n\n".join(context)
|
170 |
#return context
|
|
|
171 |
generate_kwargs = dict(
|
172 |
temperature=float(0.9),
|
173 |
max_new_tokens=5000,
|