Commit History
feat: add sources for websearch (#1551)
1b446e8
unverified
fix: only show playground button for models that are available
bad5446
unverified
feat: paste long context as plaintext files (#1549)
482ed81
unverified
[feat] Add support for endpoint web sources (#1544)
f6846e2
unverified
fix(endpoint): fallback to hf token for openai endpoint type
90b3789
unverified
fix: use custom tool template only for huggingchat
b36dfab
unverified
feat: use model id as fallback for finding a tokenizer (#1535)
2b554f9
unverified
[fix] Fix typo in Vertex (#1531)
139b199
unverified
goupilew
commited on
feat(models): add `nvidia/Llama-3.1-Nemotron-70B-Instruct-HF` (#1527)
d852d1b
unverified
[vertex] Add PDF/plein texts support (#1520)
a5e332d
unverified
goupilew
commited on
feat(security): add cookie samesite & security settings (#1517)
c11b621
unverified
feat: Update featured workflow to allow user to submit featured requests (#1510)
caa65b2
unverified
feat(endpoints): Add conv ID to headers passed to TGI (#1511)
7be99f0
unverified
feat(tools): Basic tool support for OpenAI models (#1447)
e8b8f21
unverified
Add support for model version in Vertex AI (#1496)
e086acf
unverified
Fix: Cohere Endpoint - Add Support for Tools (#1490)
e8978b1
unverified
dvirmor
commited on
fix: multimodal on TGI endpoint type (#1491)
55b5edf
unverified
feat: add link to API playground for compatible models (#1488)
baa5d2f
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(endpoints): make bedrock import optional (#1468)
3ea07ad
unverified
fix(tools): tool call name must be a valid python variable name (#1466)
1268a13
unverified
fix(assistants): remove websearch from assistant tool options, add websearch in backend logic (#1465)
19ed644
unverified
feat(conv): let user switch models on conversations with deprecated models (#1462)
68972f0
unverified
feat(models): add transferTo property on old models (#1453)
a1ae528
unverified
fix(continue): fix continue feature (#1459)
4f61809
unverified
feat: add support for multimodal in Vertex (#1338)
a0199fc
unverified
goupilew
commited on
fix(assistants): only enable websearch on assistants with RAG (#1452)
7c30d9b
unverified
Add support for Anthropic models via AWS Bedrock (#1413)
b6274e8
unverified
fix(tools): regex validation
b52dc91
fix(prompt): better prompting when gradio tools return a file
8219056
feat(tools): specify either space namespace or huggingface.co URL (#1435)
f468f71
unverified
fix(tools): better parse MIME types in tool outputs
fdcd6f6
fix(tools): add support for JSON tool outputs
bdfaa86
Let users access the API using their HF token (#1216)
1cf5cf7
unverified
fix(assistants): assistant sorting
e380cd8
Dynamic credential resolution for AWS endpoints (#1419)
48ab25e
unverified
fix(openai): do not throw "Generation failed" when finish_reason="length" (#1429)
47a469a
unverified
Configurable websearch timeout (#1427)
2c15cac
unverified
ABarLT
commited on