We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7efccd0 commit ccdd9b2Copy full SHA for ccdd9b2
src/together/resources/endpoints.py
@@ -19,7 +19,7 @@ def list(
19
mine: Optional[bool] = None,
20
) -> List[ListEndpoint]:
21
"""
22
- List all endpoints, can be filtered by endpointtype, usage type, and ownership.
+ List all endpoints, can be filtered by endpoint type, usage type, and ownership.
23
24
Args:
25
type (str, optional): Filter endpoints by endpoint type ("dedicated" or "serverless"). Defaults to None.
0 commit comments