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 f0c4ef1 commit 5acf9faCopy full SHA for 5acf9fa
src/seclab_taskflow_agent/capi.py
@@ -15,6 +15,7 @@
15
# endpoint to retrieve the correct id names to use for your taskflow
16
AI_API_ENDPOINT = os.getenv('AI_API_ENDPOINT', default='https://models.github.ai/inference')
17
18
+# Enumeration of currently support API endpoints.
19
class AI_API_ENDPOINT_ENUM(StrEnum):
20
AI_API_MODELS_GITHUB = 'models.github.ai'
21
AI_API_GITHUBCOPILOT = 'api.githubcopilot.com'
0 commit comments