Marylene commited on
Commit
b12f643
·
1 Parent(s): 8504a87

Try to send an email

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -2,7 +2,7 @@ from huggingface_hub import InferenceClient
2
  import os
3
 
4
  client = InferenceClient(
5
- model="HuggingFaceH4/zephyr-7b-beta", # ou mistralai/Mistral-7B-Instruct-v0.1
6
  token=os.getenv("HUGGINGFACEHUB_API_TOKEN")
7
  )
8
 
 
2
  import os
3
 
4
  client = InferenceClient(
5
+ model= "mistralai/Mistral-7B-Instruct-v0.1", # "HuggingFaceH4/zephyr-7b-beta", # ou mistralai/Mistral-7B-Instruct-v0.1
6
  token=os.getenv("HUGGINGFACEHUB_API_TOKEN")
7
  )
8