Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. May 23, 2024
  2. May 20, 2024
  3. May 17, 2024
  4. May 11, 2024
  5. May 01, 2024
  6. Apr 19, 2024
  7. Mar 27, 2024
  8. Mar 12, 2024
  9. Feb 14, 2024
    • Timothy Carambat's avatar
      Refactor LLM chat backend (#717) · c59ab9da
      Timothy Carambat authored
      * refactor stream/chat/embed-stram to be a single execution logic path so that it is easier to maintain and build upon
      
      * no thread in sync chat since only api uses it
      adjust import locations
      c59ab9da
  10. Feb 07, 2024
  11. Jan 17, 2024
    • Sean Hatfield's avatar
      add support for mistral api (#610) · c2c8fe97
      Sean Hatfield authored
      
      * add support for mistral api
      
      * update docs to show support for Mistral
      
      * add default temp to all providers, suggest different results per provider
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      c2c8fe97
    • Sean Hatfield's avatar
      Per workspace model selection (#582) · 90df3758
      Sean Hatfield authored
      
      * WIP model selection per workspace (migrations and openai saves properly
      
      * revert OpenAiOption
      
      * add support for models per workspace for anthropic, localAi, ollama, openAi, and togetherAi
      
      * remove unneeded comments
      
      * update logic for when LLMProvider is reset, reset Ai provider files with master
      
      * remove frontend/api reset of workspace chat and move logic to updateENV
      add postUpdate callbacks to envs
      
      * set preferred model for chat on class instantiation
      
      * remove extra param
      
      * linting
      
      * remove unused var
      
      * refactor chat model selection on workspace
      
      * linting
      
      * add fallback for base path to localai models
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      90df3758
  12. Dec 28, 2023
Loading