Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -307,7 +307,7 @@ def get_mem(prompt,kw):
|
|
| 307 |
seed=seed,
|
| 308 |
)
|
| 309 |
|
| 310 |
-
content = RECALL_MEMORY.format(keywords=kw,prompt=prompt)
|
| 311 |
|
| 312 |
stream = client.text_generation(content, **generate_kwargs, stream=True, details=True, return_full_text=False)
|
| 313 |
resp = ""
|
|
|
|
| 307 |
seed=seed,
|
| 308 |
)
|
| 309 |
|
| 310 |
+
content = RECALL_MEMORY.format(keywords=kw,prompt=prompt)
|
| 311 |
|
| 312 |
stream = client.text_generation(content, **generate_kwargs, stream=True, details=True, return_full_text=False)
|
| 313 |
resp = ""
|