datacipen commited on
Commit
d5043df
·
verified ·
1 Parent(s): 66529c8

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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
- asyn def Connexion_Mistral():
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"]),