Update main.py
Browse files
main.py
CHANGED
@@ -52,7 +52,7 @@ def Chargement_des_datas_web(profile):
|
|
52 |
|
53 |
#@cl.step(type="llm", show_input=True)
|
54 |
@cl.cache
|
55 |
-
|
56 |
return ChatCompletionsClient(
|
57 |
endpoint="https://models.inference.ai.azure.com",
|
58 |
credential=AzureKeyCredential(os.environ["GITHUB_TOKEN"]),
|
|
|
52 |
|
53 |
#@cl.step(type="llm", show_input=True)
|
54 |
@cl.cache
|
55 |
+
async def Connexion_Mistral():
|
56 |
return ChatCompletionsClient(
|
57 |
endpoint="https://models.inference.ai.azure.com",
|
58 |
credential=AzureKeyCredential(os.environ["GITHUB_TOKEN"]),
|