Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -5
requirements.txt
CHANGED
@@ -1,8 +1,12 @@
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
|
|
|
|
2 |
openai
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
importlib
|
7 |
-
cffi
|
8 |
|
|
|
1 |
+
# Instala o pacote NeuroCognitiveAgent diretamente do reposit贸rio GitHub tr
|
2 |
+
https://github.com/AlineIoste/NeuroCognitiveAgent/raw/main/NeuroCognitiveAgentv10.tar.gz
|
3 |
+
|
4 |
+
# Instala a vers茫o mais recente do streamlit
|
5 |
streamlit
|
6 |
+
|
7 |
+
# Instala a vers茫o mais recente do openai
|
8 |
openai
|
9 |
+
|
10 |
+
# Instala a vers茫o mais recente do openai
|
11 |
+
maritalk
|
|
|
|
|
12 |
|