Kunal commited on
Commit ·
d77a7d1
1
Parent(s): cb0b5ce
updated score model
Browse files
Agent.py
CHANGED
|
@@ -235,7 +235,7 @@ def generate_environmental_score(state: EnvironmentalAnalysisState):
|
|
| 235 |
]
|
| 236 |
|
| 237 |
result = llm.chat.completions.create(
|
| 238 |
-
model="Qwen/
|
| 239 |
messages=messages,
|
| 240 |
max_tokens=1500,
|
| 241 |
temperature=0.2
|
|
|
|
| 235 |
]
|
| 236 |
|
| 237 |
result = llm.chat.completions.create(
|
| 238 |
+
model="Qwen/QwQ-32B",
|
| 239 |
messages=messages,
|
| 240 |
max_tokens=1500,
|
| 241 |
temperature=0.2
|
__pycache__/Agent.cpython-313.pyc
ADDED
|
Binary file (9.98 kB). View file
|
|
|
__pycache__/scrapper.cpython-313.pyc
ADDED
|
Binary file (3.07 kB). View file
|
|
|
__pycache__/unity_functions.cpython-313.pyc
ADDED
|
Binary file (3.57 kB). View file
|
|
|