Almaatla commited on
Commit
abb77ac
1 Parent(s): 7d204ba

line 83: unhandled exception

Browse files
Files changed (1) hide show
  1. excel_chat.py +1 -1
excel_chat.py CHANGED
@@ -180,7 +180,7 @@ def ask_llm(query, user_input, client_index, user, keys):
180
 
181
  except Exception as e:
182
  print(e)
183
- return e
184
 
185
 
186
 
 
180
 
181
  except Exception as e:
182
  print(e)
183
+ return "unhandled error",keys if client_index != "Claude" else chat_completion
184
 
185
 
186