Commit History
[feat] Add support for endpoint web sources (#1544) f6846e2 unverified
feat(endpoints): Add conv ID to headers passed to TGI (#1511) 7be99f0 unverified
fix: multimodal on TGI endpoint type (#1491) 55b5edf unverified
fix(front): fix delay after end of streaming tokens aa8e37d unverified
fix(websearch): fix `webSearch` flag use for model with tool use (#1480) 746127e unverified
fix(assistants): remove websearch from assistant tool options, add websearch in backend logic (#1465) 19ed644 unverified
fix(assistants): only enable websearch on assistants with RAG (#1452) 7c30d9b unverified
feat(assistants): use community tools in assistants (#1421) 3bb3aef unverified
feat(tools): use gradio ETA for tools (#1411) d2a0004 unverified
fix(tools): make show output button work 7da298c unverified
fix(stream): add keep alive stream event 76aec2b unverified
fix(tools): show error cause 70bfae4 unverified
fix(logs): better error logging 7f567e2 unverified
feat(tools): more detailed errors from tools 9e6bc27 unverified
Community tools (#1250) b8228c1 unverified
fix(env) enable LLM_SUMMARIZATION (#1379) 59fbdfa unverified
zhang-yi-chi commited on
fix(logs): improve logging 71f3ffb unverified
fix(tools): improve json parsing (#1356) f01a458 unverified
feat(models): Llama 3.1 support (#1355) 79b41de unverified
fix(env): change env var typo (#1307) 5c5f7b4 unverified
Revert "Request less `max_new_tokens` on tools and reduce `truncate` on CMD R+ (#1292)" c57556a
Request less `max_new_tokens` on tools and reduce `truncate` on CMD R+ (#1292) 52f0545 unverified
fix websearch on assistants (#1244) 87c82d0 unverified
Trim trailing comma on tool calls (#1229) 7b6a509 unverified
Liam Dyer commited on
feat: skip tools when all disabled (#1205) e73d5b9 unverified
Liam Dyer commited on
Generic tool error msg "Error occurred" (#1193) 08e4cf5 unverified
Mishig commited on
Simplify tool error handling (#1168) 1bbbb2d unverified
Liam Dyer Mishig commited on
Bypass spaces tools rate limit (#1167) c0c1253 unverified
Mishig commited on