Remove leftovers from prompt expansion
| @@ -118,7 +118,6 @@ extras: | ||
| 118 | 118 | classificationModel: Cohee/distilbert-base-uncased-go-emotions-onnx |
| 119 | 119 | captioningModel: Xenova/vit-gpt2-image-captioning |
| 120 | 120 | embeddingModel: Cohee/jina-embeddings-v2-base-en |
| 121 | - promptExpansionModel: Cohee/fooocus_expansion-onnx | |
| 122 | 121 | speechToTextModel: Xenova/whisper-small |
| 123 | 122 | textToSpeechModel: Xenova/speecht5_tts |
| 124 | 123 | # -- OPENAI CONFIGURATION -- |
| @@ -31,12 +31,6 @@ const tasks = { | ||
| 31 | 31 | configField: 'extras.embeddingModel', |
| 32 | 32 | quantized: true, |
| 33 | 33 | }, |
| 34 | - 'text-generation': { | |
| 35 | - defaultModel: 'Cohee/fooocus_expansion-onnx', | |
| 36 | - pipeline: null, | |
| 37 | - configField: 'extras.promptExpansionModel', | |
| 38 | - quantized: false, | |
| 39 | - }, | |
| 40 | 34 | 'automatic-speech-recognition': { |
| 41 | 35 | defaultModel: 'Xenova/whisper-small', |
| 42 | 36 | pipeline: null, |