alexanderatallah / window.ai

Use your own AI models on the web
https://windowai.io
MIT License
782 stars 68 forks source link

Allow custom model configurations #32

Open alexanderatallah opened 1 year ago

alexanderatallah commented 1 year ago

Discussion:

https://discord.com/channels/1091220969173028894/1094454198688546826/1096183356628156477

Key goals:

  1. Allow users to choose their own payment provider, just like they can choose their own models
  2. Allow users to create multiple configs per model type (model template)
  3. Allow providers to support free trials for users
  4. Allow providers to manage payment themselves (e.g. crypto, stripe, etc) See the discussion for user flow and more
alexanderatallah commented 1 year ago

Templates

Planning to introduce a new concept to the codebase, a “template”. Will take on the modelIds as templateIds instead, and allow users to add new model configs using existing templates. Templates will be added using pull requests for now.

This way we can have a defined set of model calling templates guided by maintainers, but still let users go crazy with local settings if they want to.

alexanderatallah commented 1 year ago

Resolved by #16