dsebastien / obsidian-replicate

Integrate Replicate.com with Obsidian
MIT License
3 stars 0 forks source link

Keep track of models and settings for each #10

Open dsebastien opened 3 weeks ago

dsebastien commented 3 weeks ago

Store the list of known models used in the configuration, and add an autocomplete for those. Also, keep the latest settings for each model

Data structure:

models: {
  "dsebastien/flux-...": {
    <settings for that model>
  }
}