Skip to content

Commit 0aad227

Browse files
Update src/seclab_taskflow_agent/capi.py
Co-authored-by: Copilot <[email protected]>
1 parent 5acf9fa commit 0aad227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seclab_taskflow_agent/capi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# endpoint to retrieve the correct id names to use for your taskflow
1616
AI_API_ENDPOINT = os.getenv('AI_API_ENDPOINT', default='https://models.github.ai/inference')
1717

18-
# Enumeration of currently support API endpoints.
18+
# Enumeration of currently supported API endpoints.
1919
class AI_API_ENDPOINT_ENUM(StrEnum):
2020
AI_API_MODELS_GITHUB = 'models.github.ai'
2121
AI_API_GITHUBCOPILOT = 'api.githubcopilot.com'

0 commit comments

Comments
 (0)