Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnMars committed Aug 7, 2024
1 parent 03878ed commit 16ca218
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/latent_explorer/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def text2json(output, max_attempts = 3, verbose = True):
# FIX B: a fully unstructured string
if e.pos <= 1:
splitted_output = [item.strip() for item in output.split('\n') if item.strip()]
print('RAW [SPLITTING]:', splitted_output)

if len(splitted_output) > 1:
output = splitted_output[1] # skip the first component (e.g., assistant:\n ...)
Expand Down

0 comments on commit 16ca218

Please sign in to comment.