Commit Graph

18 Commits (0f046cf905067219b4030800beee778c98eae007)

Author SHA1 Message Date
Lakshay Kansal 3d2db76070
fixed issue of text color changing for code blocks in light mode (#1299) 1 year ago
Adam Treat 397f3ba2d7 Add a little size to the monospace font. 1 year ago
Lakshay Kansal 6c8669cad3 highlighting rules for html and php and latex 1 year ago
Lakshay Kansal a190041c6e
json and c# highlighting rules (#1163) 1 year ago
Adam Treat 6d9cdf228c Huge change that completely revamps the settings dialog and implements
per model settings as well as the ability to clone a model into a "character."
This also implements system prompts as well as quite a few bugfixes for
instance this fixes chatgpt.
1 year ago
Lakshay Kansal b3c29e4179
implemented support for bash and go highlighting rules (#1138)
* implemented support for bash and go

* add more commands to bash

* gave precedence to variables over strings in bash
1 year ago
matthew-gill fd4081aed8 Update codeblock font 1 year ago
Lakshay Kansal 70cbff70cc created highlighting rules for java using regex for the gpt4all chat interface 1 year ago
Adam Treat 09ae04cee9 This needs to work even when localdocs and codeblocks are detected. 1 year ago
Adam Treat ce7333029f Make the copy button a little more tolerant. 1 year ago
Adam Treat 7c28e79644 Fix regenerate response with references. 1 year ago
AT f76df0deac
Typescript (#1022)
* Show token generation speed in gui.

* Add typescript/javascript to list of highlighted languages.
1 year ago
Adam Treat 68ff7001ad Bugfixes for prompt syntax highlighting. 1 year ago
Adam Treat 60d95cdd9b Fix some bugs with bash syntax and add some C23 keywords. 1 year ago
Adam Treat e986f18904 Add c++/c highighting support. 1 year ago
Adam Treat ae46234261 Spelling error. 1 year ago
Adam Treat 318c51c141 Add code blocks and python syntax highlighting. 1 year ago
AT a9c2f47303
Add new solution for context links that does not force regular markdown (#938)
in responses which is disruptive to code completions in responses.
1 year ago