File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/agentex/lib/cli/templates/voice Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com
6464AZURE_OPENAI_DEPLOYMENT=your-deployment-name
6565LLM_MODEL=gpt-4o # optional
6666
67- # OPTION 4: Scale Groundplane (SGP) for Gemini
67+ # OPTION 4: Scale Generative Platform (SGP) for Gemini
6868# For Scale internal use
6969SGP_API_KEY=your_sgp_api_key
7070SGP_ACCOUNT_ID=your_sgp_account_id
Original file line number Diff line number Diff line change 8181 # secret_name: azure-openai-secret
8282 # secret_key: deployment
8383 #
84- # OPTION 3: Scale Groundplane (SGP)
84+ # OPTION 3: Scale Generative Platform (SGP)
8585 # - env_var_name: SGP_API_KEY
8686 # secret_name: sgp-credentials
8787 # secret_key: api-key
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ def configure_llm_client():
120120 return
121121
122122 if SGP_API_KEY and SGP_ACCOUNT_ID:
123- # Scale Groundplane with Gemini
123+ # Scale Generative Platform with Gemini
124124 logger.info(f"Configuring SGP client with account ID: {SGP_ACCOUNT_ID[:8]}...")
125125 openai_client = AsyncOpenAI(
126126 api_key=SGP_API_KEY,
You can’t perform that action at this time.
0 commit comments