Closed Gangxin-Li closed 1 year ago
Fair point @Gangxin-Li. Are you using LlamaV2 here? I want to caveat here that I think that llamaV2 won't work as well with formatting programmatic output (it has to come with the triple backticks ("```"). This would work well for GPT4.
That being said, I'll push a change to the front-end code here to support formatting!
Noting here: to use the clipboard, you'll have to set the host in your machine to localhost
or 127.0.0.1
, as opposed to 0.0.0.0
, for instance.
Yes, I am using the LlamaV2. Looking forward to your new feature. Yes, I am using the 127.0.0.1, thanks for your check.
Hi folks,
When I used KHOJ to write some code, I found that it doesn't have a markdown format to highlight the code. Do you have any ideas on how to implement that?