Update requirements.txt
Browse filesmy solution requires ollama and i am using the Minstrel model to get the tasks and domains which are input to the tool
- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,4 @@
|
|
| 1 |
gradio
|
| 2 |
-
requests
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
+
requests
|
| 3 |
+
ollama
|
| 4 |
+
ollama pull minstrel
|