YchKhan commited on
Commit
424ee4e
·
verified ·
1 Parent(s): e06ed30

Update excel_chat.py

Browse files
Files changed (1) hide show
  1. excel_chat.py +2 -1
excel_chat.py CHANGED
@@ -6,8 +6,9 @@ import pandas as pd
6
  import numpy as np
7
  from groq import Groq
8
  import anthropic
9
- from users_management import update_json, users
10
 
 
11
 
12
  def ask_llm(query, input, client_index):
13
  messages = [
 
6
  import numpy as np
7
  from groq import Groq
8
  import anthropic
9
+ from users_management import update_json#, users
10
 
11
+ users = ['maksG', 'Alma', 'YchK']
12
 
13
  def ask_llm(query, input, client_index):
14
  messages = [