AkeruAI/akeru

allow switching assistants to different models

GuiBibeau opened this issue · 0 comments

currently we hard code every assistant to use gpt-4. Eventually we want to allow mistral, llama claude and many more.

AC:

  • create methods and endpoints to change the model used by an assistant
  • modify the create assistant endpoints to allow passing in a specific model
  • come up with a sustainable way to keep track of all available models