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