index
:
ik_llama.cpp.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
server
/
public
/
index.html
Age
Commit message (
Expand
)
Author
2024-07-27
Merge mainline llama.cpp (#3)
Kawrakow
2024-06-01
server : new UI (#7633)
Yazan Agha-Schrader
2024-05-28
server: do not remove whitespace at the start of a completion chunk (#7524)
mgroeber9110
2024-05-28
Markdownish code block fix (#7571)
Nathan Epstein
2024-04-24
server : do not apply Markdown formatting in code sections (#6850)
mgroeber9110
2024-04-15
server : revert "minor layout improvements" (#6684)
Pierrick Hymbert
2024-04-10
minor layout improvements (#6572)
Ralph Soika
2024-04-09
server : detect search query to start webchat (#6554)
Ed Lee
2024-04-04
server: allow penalizing repetition of newlines on server webpage (#6431)
Shakhar Dasgupta
2024-03-27
server: public: use relative routes for static files (#6325)
Eric Zhang
2024-03-21
json-schema-to-grammar improvements (+ added to server) (#5978)
Olivier Chafik
2024-02-18
common, server : surface min_keep as its own parameter (#5567)
Robey Holderith
2024-01-02
server : add token counts to html footer (#4738)
Phil H
2023-12-15
server : add optional API Key Authentication example (#4441)
ShadovvBeast
2023-12-12
server : tweak default sampling parameters (#4367)
kalomaze
2023-12-12
english : use `typos` to fix comments and logs (#4354)
Richard Kiss
2023-11-10
server : allow continue edit on completion mode (#3950)
Jhen-Jie Hong
2023-11-08
server : add min_p param (#3877)
Mihai
2023-10-22
server : parallel decoding and multimodal (#3677)
Georgi Gerganov
2023-10-12
server : add completion mode (no chat) (#3582)
Aarni Koskela
2023-09-04
server : add a subtle loading animation to the edit box (#2466)
Aarni Koskela
2023-08-25
server : display token probabilities in the UI (#2489)
Jhen-Jie Hong
2023-08-19
server : better default prompt (#2646)
Georgi Gerganov
2023-08-18
server : support for saving templates in browser LocalStorage (#2486)
staviq
2023-08-14
server : fix default grammar by use empty string in the UI (#2604)
Jhen-Jie Hong
2023-08-14
server : implement json-schema-to-grammar.mjs & add grammar param in the UI (...
Jhen-Jie Hong
2023-08-04
fix firefox autoscroll (#2519)
Jonas Wunderlich
2023-08-01
server : Support dark mode (#2414)
ebraminio
2023-07-25
[Server] Escape HTML in webchat (#2368)
Henri Vasserman
2023-07-24
Chat UI extras (#2366)
Aarni Koskela
2023-07-05
Expose generation timings from server & update completions.js (#2116)
Tobias Lütke
2023-07-04
Simple webchat for server (#1998)
Tobias Lütke