justyns / silverbullet-ai

Plug for SilverBullet to integrate LLM functionality
https://ai.silverbullet.md/
GNU Affero General Public License v3.0
26 stars 1 forks source link

Configuring imageModels now required? #21

Closed zefhemel closed 6 months ago

zefhemel commented 6 months ago

It seems that in the version things break (at least chat) unless I configure imageModels. This is what I have in my SETTINGS right now:

ai:
  imageModels:
  - name: dall-e-3
    modelName: dall-e-3
    provider: dalle
  - name: dall-e-2
    modelName: dall-e-2
    provider: dalle
  textModels:
  - name: gpt-4-turbo
    provider: openai
    modelName: gpt-4-0125-preview

If I remove the imageModels section I get a imageModels related error whenever I execute a command.

justyns commented 6 months ago

Thanks for catching that, it should be fixed in main here in a few minutes. textModels is required, but imageModels shouldn't have been always required