PaulMartrenchar commited on
Commit
b704120
·
1 Parent(s): f3f010d
Files changed (2) hide show
  1. AI/mistral.py +1 -0
  2. ai_manager.py +1 -1
AI/mistral.py CHANGED
@@ -1,5 +1,6 @@
1
  from mistralai import Mistral, SDKError
2
  from time import sleep
 
3
 
4
  models = ["mistral-small-2409", "open-mistral-nemo"]
5
 
 
1
  from mistralai import Mistral, SDKError
2
  from time import sleep
3
+ import os
4
 
5
  models = ["mistral-small-2409", "open-mistral-nemo"]
6
 
ai_manager.py CHANGED
@@ -1,7 +1,7 @@
1
  from AI.mistral import call_ai
2
  from JobDescription import AIInformation
3
  import json
4
- import os
5
 
6
 
7
 
 
1
  from AI.mistral import call_ai
2
  from JobDescription import AIInformation
3
  import json
4
+
5
 
6
 
7