Rakshitjan commited on
Commit
0b371e8
·
verified ·
1 Parent(s): fc2242b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -18,7 +18,7 @@ def chat(data: RequestData):
18
  {"role": "system", "content": "You are a expert weather analysis agent. I will provide you historical and future data in tabular form and you have to generate insights for the given data, Also make sure that you mention any scope of natural calamities expected and stuff"},
19
  {"role": "user", "content": data.user_message},
20
  ],
21
- model="deepseek-r1-distill-qwen-32b",
22
  temperature=0.5,
23
  max_completion_tokens=1024,
24
  top_p=1,
 
18
  {"role": "system", "content": "You are a expert weather analysis agent. I will provide you historical and future data in tabular form and you have to generate insights for the given data, Also make sure that you mention any scope of natural calamities expected and stuff"},
19
  {"role": "user", "content": data.user_message},
20
  ],
21
+ model="llama-3.3-70b-versatile",
22
  temperature=0.5,
23
  max_completion_tokens=1024,
24
  top_p=1,