llama.cpp/tools/server/webui/src/components
Aldehir Rojas b204a5a234
gpt-oss: implement harmony parsing (#15181)
* model : add harmony parser for gpt-oss

* gpt-oss : fix grammar trigger from causing empty stack

* gpt-oss: tweak the grammar trigger again

* gpt-oss : add support for recipient in role header

* gpt-oss : fix ungrouped tool calls in grammar

* gpt-oss : loosen function name matching during parse

* gpt-oss : clean up workarounds

* gpt-oss : add template tests

* gpt-oss : simulate thinking and tool call tags

* gpt-oss : undo think tags when reasoning_format is none

* gpt-oss : set special tokens back to user defined

* gpt-oss : update openai-gpt-oss template

* server : filter out harmony thought messages

* gpt-oss : simplify parsing
2025-08-14 17:23:11 +03:00
..
CanvasPyInterpreter.tsx llama : move end-user examples to tools directory (#13249) 2025-05-02 20:27:13 +02:00
ChatInputExtraContextItem.tsx server : support audio input (#13714) 2025-05-23 11:03:47 +02:00
ChatMessage.tsx gpt-oss: implement harmony parsing (#15181) 2025-08-14 17:23:11 +03:00
ChatScreen.tsx server : support audio input (#13714) 2025-05-23 11:03:47 +02:00
Header.tsx webui : improve accessibility for visually impaired people (#13551) 2025-05-16 21:49:01 +02:00
MarkdownDisplay.tsx server : (webui) revamp the input area, plus many small UI improvements (#13365) 2025-05-08 15:37:29 +02:00
ModalProvider.tsx webui : Replace alert and confirm with custom modals. (#13711) 2025-05-31 11:56:08 +02:00
SettingDialog.tsx webui : Replace alert and confirm with custom modals. (#13711) 2025-05-31 11:56:08 +02:00
Sidebar.tsx server : fix appearance of the chats list context menu for Safari (#14322) 2025-06-29 19:29:57 +02:00
useChatExtraContext.tsx webui : bump max upload file size to 500MB (#13779) 2025-05-25 18:02:18 +01:00
useChatScroll.tsx server : (webui) revamp the input area, plus many small UI improvements (#13365) 2025-05-08 15:37:29 +02:00
useChatTextarea.ts server : (webui) revamp the input area, plus many small UI improvements (#13365) 2025-05-08 15:37:29 +02:00