chat-ui / src /lib /server

Commit History

refactor: new API & universal load functions (pt. 2) (#1847)
7d7a53f
unverified

nsarrazin commited on

Revert "refactor: new API & universal load functions (#1743)"
91e839b

nsarrazin commited on

refactor: new API & universal load functions (#1743)
35a395c
unverified

nsarrazin commited on

feat(reasoning): support end token search across multiple chunks (#1838)
9048af3
unverified

nsarrazin commited on

[WIP] - Add the pop-up search (Ctrl/Command + K) to search entire conversation history (#1823)
a04c5e9
unverified

Hong An Tran krramos nsarrazin commited on

fix: remove quotes from search query to prevent exact match search (#1834)
2bef4be
unverified

jwt625 nsarrazin commited on

fix: catch errors in default model
e7e98be

nsarrazin commited on

fix: remove redundant status update in streaming
f411fde

nsarrazin commited on

fix: only import node-llama-cpp if needed and skip for huggingchat image
d8e426c

nsarrazin commited on

fix: stop button working properly
c4447f2

nsarrazin commited on

fix: make sure document parser is disabled if not required
dcc2568

nsarrazin commited on

fix: rm error in retrying when tool calls are not parsed properly
60d7e61

nsarrazin commited on

New `InferenceClient` endpoint type (#1813)
e08e6dd
unverified

nsarrazin commited on

fix: build local llama (#1805)
4ad3b5d
unverified

nsarrazin commited on

feat: allow storing env variable in DB (#1802)
31daf3d
unverified

nsarrazin commited on

feat: allow strings in `MODELS` env var (#1791)
6a449cd
unverified

nsarrazin commited on

refactor: make env imports match the rest of the app in `adminToken.ts`
e30d0ad

nsarrazin commited on

Enable/Disable reasoning summary using .env (#1760)
25736d0
unverified

dhruv1710 nsarrazin commited on

Fix system message handling to preserve user-configured system prompts (#1764)
6370857
unverified

stoXe nsarrazin commited on

feat: improve port detection on admin cli login
9af57d6

nsarrazin commited on

feat: admin CLI login (#1789)
06e807a
unverified

nsarrazin commited on

fix: lint
cacbed6

nsarrazin commited on

fix: docker image llama.cpp error catching
9fb713b

nsarrazin commited on

Add `toolId` to ToolCall and use it in tool results (#1787)
6f95791
unverified

Kelig Kelig LEFEUVRE commited on

fix: build llama.cpp locally in dockerfile (#1788)
f75b6cb
unverified

nsarrazin commited on

feat: add a local endpoint type for inference directly from chat-ui (#1778)
4e9a7a9
unverified

nsarrazin commited on

feat(db): use in memory db when MONGODB_URL not set (#1773)
aa54575
unverified

nsarrazin commited on

fix: trigger redeploy
06b1969

nsarrazin commited on

fix: give more buffer to reasoning
6b2e741

nsarrazin commited on

fix(preprocessMessages): clarify web search context in final message content
42aaa16

nsarrazin commited on

feat: improve task model tool calling (#1755)
28eb3b2
unverified

nsarrazin commited on

fix(endpoints): fix for tool calling on hf inference with openai endpoint type (#1754)
f84082b
unverified

nsarrazin commited on

feat(openai): added support for non-streaming o1 (e.g. Azure) models (#1687)
38dffdd
unverified

lgarbarini nsarrazin commited on

fix: improve tasks performance
49721b1

nsarrazin commited on

feat(model): configure Llama-3.1-8B-Instruct with OpenAI-compatible endpoint
e7fed79

nsarrazin commited on

feat(tasks): use tools for tasks if available (#1749)
66fd2dc
unverified

nsarrazin commited on

fix: move FinalAnswer outside of reasoning processing blocks (#1717)
21e1e7d
unverified

brians1196 bstieber commited on

fix: handle no beginToken for token based reasoning models (#1713)
6647bbf
unverified

nsarrazin commited on

chores(svelte): migration to svelte 5 (#1685)
21b8785
unverified

nsarrazin commited on

fix: bedrock prepareMessages parameters (#1686)
8247328
unverified

lgarbarini nsarrazin commited on

feat(chart): use inference proxy (#1688)
7a23445
unverified

nsarrazin commited on

feat: add `deepseek-ai/DeepSeek-R1-Distill-Qwen-32B` to HuggingChat config (#1660)
3732696
unverified

nsarrazin commited on

Added currentDate variable to Dynamic Prompt (#1648)
b1b3d86
unverified

evalstate nsarrazin commited on

feat(websearch): skip pages that dont return success (#1639)
c55b3ad
unverified

nsarrazin commited on

Anthropic Tool Support (#1594)
1ac3a3c
unverified

evalstate nsarrazin commited on

add option to send user message as part of request body in assistant … (#1322)
2fb4284
unverified

ethayu Ethan Yu nsarrazin commited on

Add support for Amazon Nova (#1629)
d965f78
unverified

Tarek Becker nsarrazin commited on

fix: disable caching on OpenAI-compatible endpoint type
aca14a0
unverified

nsarrazin commited on

feat: new tool UI (#1630)
74ed6b2
unverified

nsarrazin victor HF Staff commited on

fix: single step in cohere endpoint type (#1632)
6d0c42a
unverified

nsarrazin commited on