Skip to content

Commit 0e6e9bb

Browse files
fix: Rename 'Scale Groundplane' to 'Scale Generative Platform'
1 parent eddbad5 commit 0e6e9bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/agentex/lib/cli/templates/voice/README.md.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com
6464
AZURE_OPENAI_DEPLOYMENT=your-deployment-name
6565
LLM_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
6969
SGP_API_KEY=your_sgp_api_key
7070
SGP_ACCOUNT_ID=your_sgp_account_id

src/agentex/lib/cli/templates/voice/manifest.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ agent:
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

src/agentex/lib/cli/templates/voice/project/acp.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)