Update main.py
Browse files
main.py
CHANGED
@@ -9,7 +9,7 @@ from mistralai.client import MistralClient
|
|
9 |
from mistralai import Mistral, UserMessage, SystemMessage
|
10 |
from offres_emploi import Api
|
11 |
from offres_emploi.utils import dt_to_str_iso
|
12 |
-
|
13 |
os.environ["GITHUB_TOKEN"] = os.environ["GITHUB_TOKEN"]
|
14 |
|
15 |
@cl.step(type="tool", show_input=True)
|
|
|
9 |
from mistralai import Mistral, UserMessage, SystemMessage
|
10 |
from offres_emploi import Api
|
11 |
from offres_emploi.utils import dt_to_str_iso
|
12 |
+
|
13 |
os.environ["GITHUB_TOKEN"] = os.environ["GITHUB_TOKEN"]
|
14 |
|
15 |
@cl.step(type="tool", show_input=True)
|