Add multimodality support (#2001)

* Add multimodality support

* Add Bedrock, KoboldCpp,LocalAI,and TextWebGenUI multi-modal

* temp dev build

* patch bad import

* noscrolls for windows dnd

* noscrolls for windows dnd

* update README

* update README

* add multimodal check
This commit is contained in:
Timothy Carambat
2024-07-31 10:47:49 -07:00
committed by GitHub
parent 20cd6b7481
commit 38fc181238
28 changed files with 713 additions and 91 deletions

View File

@@ -6,7 +6,7 @@ concurrency:
on:
push:
branches: ['vex'] # put your current branch to create a build. Core team only.
branches: ['558-multi-modal-support'] # put your current branch to create a build. Core team only.
paths-ignore:
- '**.md'
- 'cloud-deployments/*'