Skip to content

Type drop down - does it work? #68

Answered by louisgv
step21 asked this question in Q&A
Discussion options

You must be logged in to vote

@step21 the types are deterministic atm since the backend only support those model type. If you would like to add additional type, the steps are:

  1. Add that model into the backend (either as a top-up implementation/trait of local.ai backend OR as a PR to the llm rust crate
  2. Add that model as an enum: https://github.com/louisgv/local.ai/blob/main/models/_shared.ts#L1-L8
  3. Add a known model with that type

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by louisgv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #66 on July 06, 2023 00:50.