Spaces:
Sleeping
Sleeping
add all groq models
Browse files- excel_chat.py +2 -2
excel_chat.py
CHANGED
@@ -61,8 +61,8 @@ def ask_llm(query, user_input, client_index, user, keys):
|
|
61 |
try:
|
62 |
client = Groq(api_key= os.getenv(keys[0]))
|
63 |
model_map = {
|
64 |
-
"Groq Mixtral": "mixtral-8x7b-32768"
|
65 |
-
"Groq Llama3 70b": "llama3-70b-8192"
|
66 |
"Groq Llama3 8b": "llama3-8b-8192"
|
67 |
}
|
68 |
chat_completion = client.chat.completions.create(
|
|
|
61 |
try:
|
62 |
client = Groq(api_key= os.getenv(keys[0]))
|
63 |
model_map = {
|
64 |
+
"Groq Mixtral": "mixtral-8x7b-32768",
|
65 |
+
"Groq Llama3 70b": "llama3-70b-8192",
|
66 |
"Groq Llama3 8b": "llama3-8b-8192"
|
67 |
}
|
68 |
chat_completion = client.chat.completions.create(
|