Skip to content

Commit 5acf9fa

Browse files
Add comment
1 parent f0c4ef1 commit 5acf9fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/seclab_taskflow_agent/capi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +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.
1819
class AI_API_ENDPOINT_ENUM(StrEnum):
1920
AI_API_MODELS_GITHUB = 'models.github.ai'
2021
AI_API_GITHUBCOPILOT = 'api.githubcopilot.com'

0 commit comments

Comments
 (0)