This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Nov 04, 2024
-
-
Timothy Carambat authored
* feat: add new model provider: Novita AI * feat: finished novita AI * fix: code lint * remove unneeded logging * add back log for novita stream not self closing * Clarify ENV vars for LLM/embedder seperation for future Patch ENV check for workspace/agent provider --------- Co-authored-by:
Jason <ggbbddjm@gmail.com> Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
- Oct 29, 2024
-
-
Timothy Carambat authored
-
Timothy Carambat authored
* Simple SSO feature for login flows from external services * linting
-
timothycarambat authored
-
- Oct 25, 2024
-
-
Timothy Carambat authored
-
- Oct 21, 2024
-
-
Timothy Carambat authored
* Add Grok/XAI support for LLM & agents * forgot files
-
Timothy Carambat authored
* Rework failover agent invocation selection for agent and ephemmeral agent * update order of check * update order of check * lint
-
Timothy Carambat authored
* Fix incorrect json API description. * small edits and validity checks * remove console.logs * unset and recheck changes --------- Co-authored-by:
Adam <phazei@gmail.com>
-
Timothy Carambat authored
* Enable the ability to disable the chat history UI * forgot files
-
Timothy Carambat authored
Adds support for only the llama3.2 vision models on groq. This comes with many conditionals and nuances to handle as Groqs vision implemention is quite bad right now
-
- Oct 18, 2024
-
-
Timothy Carambat authored
-
- Oct 16, 2024
-
-
Timothy Carambat authored
-
Timothy Carambat authored
* Update OpenAI TTS config to allow a custom BaseURL * uncheck config file * break openai generic TTS into its own provider * add space * hide TTS on user msg --------- Co-authored-by:
Adam <phazei@gmail.com>
-
Sean Hatfield authored
* support openai o1 models * Prevent O1 use for agents getter for isO1Model; --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Oct 15, 2024
-
-
Sean Hatfield authored
* support generic openai workspace model * Update UI for free form input for some providers --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Timothy Carambat authored
-
Sean Hatfield authored
* litellm agent support * lint * add LiteLLM provider config --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Timothy Carambat authored
resolves #2464 resolves #989 Note: Streaming not supported
-
- Oct 01, 2024
-
-
Sean Hatfield authored
* support tavily search web search agent * lint * remove unneeded comments
-
- Sep 30, 2024
-
-
Blazej Owczarczyk authored
-
- Sep 28, 2024
-
-
a4v2d4 authored
Add Llama 3.2 3B and 1B models to Fireworks AI LLM selection
-
- Sep 26, 2024
-
-
Sean Hatfield authored
* add deepseek support * lint * update deepseek context length * add deepseek to onboarding --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
- Sep 25, 2024
-
-
Timothy Carambat authored
* Refactor handleDefaultStreamResponseV2 function for better error handling * run yarn lint * small error handling changes * update error handling flow and scope of vars * add back space --------- Co-authored-by:
Roman <rrojaski@gmail.com>
-
Sean Hatfield authored
* support attachments in developer api * lint --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* refactor agent to add fallback to workspace, then to chat provider/model * commenting update logic for bedrock and fireworks fallbacks --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Sep 24, 2024
-
-
Sean Hatfield authored
export embedded chat history Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Timothy Carambat authored
* #2317 Fetch pinned documents once per folder to reduce the number of queries. * Reorder the lines to keeps const declarations together. * Add some comments to functions move pinned document fetch for folder to function move watched documents per-folder to also function the same remove unused function in documents model --------- Co-authored-by:
Błażej Owczarczyk <blazeyy@gmail.com>
-
- Sep 23, 2024
-
-
timothycarambat authored
linting
-
Jaid authored
Added JSONSchema for agent skill plugin manifest files Signed-off-by:
Jaid <6216144+Jaid@users.noreply.github.com>
-
- Sep 21, 2024
-
-
Timothy Carambat authored
* Enable Mistral Multimodal * remove console
-
- Sep 19, 2024
-
-
Sean Hatfield authored
* publish embed updates * server sided error messages * publish embed chat widget * sync submodule * unset change * update embed to merged changes for error --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Sep 16, 2024
-
-
Timothy Carambat authored
* Issue #1943: Add support for LLM provider - Fireworks AI * Update UI selection boxes Update base AI keys for future embedder support if needed Add agent capabilites for FireworksAI * class only return --------- Co-authored-by:
Aaron Van Doren <vandoren96+1@gmail.com>
-
- Sep 13, 2024
-
-
Timothy Carambat authored
* Support `@agent` custom skills * move import
-
- Sep 12, 2024
-
-
Timothy Carambat authored
-
Timothy Carambat authored
-
- Sep 11, 2024
-
-
Timothy Carambat authored
* Update OpenAI models * Sort OpenAI models by created timestamp in ascending order * Update OpenAI models price * uncheck fallback listing (even if old) closes #2261 * linting --------- Co-authored-by:
Yaner <1468275133@qq.com>
-
Timothy Carambat authored
Add Gemini models resolves #2263
-
Timothy Carambat authored
* Add support for custom agent skills via plugins Update Admin.systemPreferences to updated endpoint (legacy has deprecation notice * lint * dev build * patch safeJson patch label loading * allow plugins with no config options * lint * catch invalid setupArgs in frontend * update link to docs page for agent skills * remove unneeded files --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
- Sep 09, 2024
-
-
Sean Hatfield authored
* patch no text results for milvus chunks * wrap addDocumentToNamespace in try catch for handling milvus errors * lint * revert milvus db changes * add try catch to handle grpc error from milvus
-
Mr Simon C authored
-