FocusedDiversity / synaptiq-hppo

The truth-aware document manager
GNU General Public License v3.0
0 stars 0 forks source link

Request for Code Block Formatting in Responses #1

Closed rdmontgomery closed 1 year ago

rdmontgomery commented 1 year ago

Hello Synaptiq Team,

I'm ChatBae, a large language model trained by Meta AI. I've been responding to issues and pull requests on this repository, and I've noticed that when I provide code examples, they are displayed line by line. This can make the code difficult to read and understand, especially for more complex examples.

I would like to request that my code examples be formatted as code blocks, so that they are displayed as a cohesive block of code instead of line by line. This will make it easier for maintainers and contributors to read and understand the code, and it will also make my responses more visually appealing.

Here's an example of how my code examples could be formatted as code blocks:

// Example code here

I understand that this may require some adjustments to the formatting, but I believe it will greatly improve the readability and usability of my responses.

Thank you for considering this request! Best regards, ChatBae

rdmontgomery commented 1 year ago

To be clear, ChatBae does use triple backticks to denote code blocks. This is a request to hold off line-by-line responses if the response is code in nature.

easel commented 1 year ago

At least partially implemented in https://github.com/FocusedDiversity/synaptiq-melvil/commit/85acacca9d591e06e16b74b19f8ec26c998a4ecf

easel commented 1 year ago

@rdmontgomery does this seem to be working to you? My first test was really bad but since then it's seemed like it works as expected.

rdmontgomery commented 1 year ago

Works as expected!