Spaces:
Sleeping
Sleeping
Update excel_chat.py
Browse files- 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
|
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 = [
|