Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -2,6 +2,8 @@ pandas
|
|
2 |
ipython
|
3 |
api-offres-emploi==0.0.2
|
4 |
chainlit==1.1.306
|
|
|
|
|
5 |
azure-ai-inference
|
6 |
mistralai>=1.0.0
|
7 |
tenacity==8.2.3
|
|
|
2 |
ipython
|
3 |
api-offres-emploi==0.0.2
|
4 |
chainlit==1.1.306
|
5 |
+
openai
|
6 |
+
langchain-openai
|
7 |
azure-ai-inference
|
8 |
mistralai>=1.0.0
|
9 |
tenacity==8.2.3
|