stash files

This commit is contained in:
Ivan087
2024-09-24 09:37:34 +08:00
parent 61c8d0cd10
commit 21ecfdbb76
3 changed files with 201 additions and 1 deletions

View File

@ -273,7 +273,6 @@ class VLMS(Blackbox):
prompt = data.get("prompt")
settings: dict = data.get('settings')
context = data.get("context")
if not context:
user_context = []
elif isinstance(context[0], list):