datacipen commited on
Commit
7fdc2c0
1 Parent(s): 7dd3cf0

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -156,7 +156,7 @@ def searchByRome(rome,index):
156
 
157
  @cl.author_rename
158
  def rename(orig_author: str):
159
- rename_dict = {"ConversationalRetrievalChain": "💬 Assistant conversationnel", "Retriever": "Agent conversationnel", "StuffDocumentsChain": "Chaîne de documents", "LLMChain": "Agent", "ChatAnthropic": "IA 🤖"}
160
  return rename_dict.get(orig_author, orig_author)
161
 
162
  @cl.action_callback("download")
 
156
 
157
  @cl.author_rename
158
  def rename(orig_author: str):
159
+ rename_dict = {"ConversationalRetrievalChain": "💬 Assistant conversationnel", "Retriever": "Agent conversationnel", "StuffDocumentsChain": "Chaîne de documents", "LLMChain": "Agent", "HuggingFaceEndpoint": "Mistral AI 🤖"}
160
  return rename_dict.get(orig_author, orig_author)
161
 
162
  @cl.action_callback("download")