Spaces:
Sleeping
Sleeping
Update excel_chat.py
Browse files- excel_chat.py +1 -1
excel_chat.py
CHANGED
|
@@ -5,7 +5,7 @@ import os
|
|
| 5 |
import pandas as pd
|
| 6 |
import numpy as np
|
| 7 |
from groq import Groq
|
| 8 |
-
|
| 9 |
|
| 10 |
|
| 11 |
def ask_llm(query, input, client_index):
|
|
|
|
| 5 |
import pandas as pd
|
| 6 |
import numpy as np
|
| 7 |
from groq import Groq
|
| 8 |
+
import anthropic
|
| 9 |
|
| 10 |
|
| 11 |
def ask_llm(query, input, client_index):
|