mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Merge pull request #135 from one-some/UI2
Yet more fixes for import buffer
This commit is contained in:
@@ -295,8 +295,8 @@ class ImportBuffer:
|
||||
for char in "${}[]":
|
||||
if char in ph_text:
|
||||
print("[eph] Weird char")
|
||||
print(f"{char=}")
|
||||
print(f"{ph_id=}")
|
||||
print(f"Char: {char}")
|
||||
print(f"Ph_id: {ph_id}")
|
||||
return
|
||||
|
||||
placeholders.append(self.PromptPlaceholder(
|
||||
|
Reference in New Issue
Block a user