Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from groq import Groq
|
|
5 |
from groq.types.chat.chat_completion_tool_param import ChatCompletionToolParam
|
6 |
|
7 |
# Use the fine-tuned maritime legal model
|
8 |
-
MODEL = "
|
9 |
client = Groq(api_key=os.environ["GROQ_API_KEY"])
|
10 |
|
11 |
# Define your tools if needed (e.g., legal research, document retrieval)
|
|
|
5 |
from groq.types.chat.chat_completion_tool_param import ChatCompletionToolParam
|
6 |
|
7 |
# Use the fine-tuned maritime legal model
|
8 |
+
MODEL = "nomiChroma3.1"
|
9 |
client = Groq(api_key=os.environ["GROQ_API_KEY"])
|
10 |
|
11 |
# Define your tools if needed (e.g., legal research, document retrieval)
|