LLM keeps using code block formatting for non-code #5994
Closed
dvejsada
started this conversation in
Help Wanted
Replies: 1 comment
-
If the content is indented in a certain way, markdown interprets this as a code block.
There is no general system message, but tools/capabilities can influence the LLM's context, if you have any enabled (artifacts, code interpreter, etc.). In your prompt, you should be ultra-specific even with examples. |
Beta Was this translation helpful? Give feedback.
0 replies
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 have an issue with Claude 3.5 Sonnet v1 used over Amazon Bedrock that keeps formatting parts of the answers (e.g. e-mail draft) in a code block formatting, even if I expressly instruct it in agent system message not to do it. Is there maybe any conflict with general agent system message from LibreChat?
The problem is that the text in code block is not wrapped, so it is very complicated to read the provided answer in code block formatting.
Any suggestions how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions