asthaa30 commited on
Commit
e2a3966
·
verified ·
1 Parent(s): 213ac08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "asthaa30/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)
 
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)