Skip to content

Commit b36b996

Browse files
committed
fix params type
1 parent 4130d28 commit b36b996

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

log1.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"object":"list","data":[{"id":"endpoint-2f8539d4-3266-41d4-9f80-cd772114d123","object":"endpoint","name":"cursor/deepseek-v3-agent-mystery-2-7","display_name":"DeepSeek V3-0324","model":"cursor/deepseek-v3-agent-mystery-2-7","model_type":"chat","hardware":"4x_nvidia_b200_180gb_sxm","type":"dedicated","owner":"anysphere_2893","state":"STARTED","inactive_timeout":0,"autoscaling":{"min_replicas":176,"max_replicas":176,"current_replicas":176},"created_at":"2025-10-04T03:38:57.054Z"}]}

src/together/resources/endpoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def list_hardware(self, model: Optional[str] = None) -> List[HardwareWithStatus]
243243
client=self._client,
244244
)
245245

246-
params: Dict[str, str] = {}
246+
params = {}
247247
if model is not None:
248248
params["model"] = model
249249

0 commit comments

Comments
 (0)