Feature Request: Replace output string from LLM answer #363
WildEchoWanderer
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently trying qwen3:8b and the results are amazing. Sadly it outputs "" infront of each answer. i would like to have a way to replace this with "".
Example:
model_output.replace("", "").strip()
Beta Was this translation helpful? Give feedback.
All reactions