ggerganov / llama.cpp

LLM inference in C/C++
MIT License
68.35k stars 9.81k forks source link

web UI : support syntax highlighting #10246

Open slaren opened 2 weeks ago

slaren commented 2 weeks ago

Add support for syntax highlighting in the code fragments of the model output.

ChineseHamberger commented 1 week ago

I would like to try this issue.

ChineseHamberger commented 6 days ago

I am new to this area and would appreciate any guidance you can provide on how to get started. Could you please offer some suggestions or point me towards resources that might be helpful?

Thank you,

slaren commented 5 days ago

The web UI is made using vuejs and daisyui, so I would suggest looking into them and see if they have any components that may be useful for this purpose. I don't have any experience with these frameworks, so I can't offer you much more guidance that.