Skip to content

Comments

Update travel assistant Dockerfile#193

Open
shuwpan wants to merge 2 commits intosignalfx:mainfrom
shuwpan:pr/7-sample-app-eval
Open

Update travel assistant Dockerfile#193
shuwpan wants to merge 2 commits intosignalfx:mainfrom
shuwpan:pr/7-sample-app-eval

Conversation

@shuwpan
Copy link
Contributor

@shuwpan shuwpan commented Feb 5, 2026

No description provided.

@shuwpan shuwpan requested review from a team as code owners February 5, 2026 21:19
value: "deepeval(LLMInvocation(bias,toxicity,relevance))"
# DeepEval LLM judge config (uses Circuit OAuth2)
- name: DEEPEVAL_LLM_BASE_URL
value: "https://chat-ai.cisco.com/openai/deployments/gpt-4o-mini"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove hard-coded URLs, instead fetch it form the secret in the k8s

name: circuit-oauth-secrets
key: client-secret
- name: DEEPEVAL_LLM_TOKEN_URL
value: "https://id.cisco.com/oauth2/default/v1/token"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove hard-coded URLs, instead fetch it form the secret in the k8s

- name: DEEPEVAL_LLM_TOKEN_URL
value: "https://id.cisco.com/oauth2/default/v1/token"
- name: DEEPEVAL_LLM_CLIENT_APP_NAME
value: "egai-prd-other-020027861-qna-1770140676144"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a good idea to push keys to the code. Please remove hard-coded value, instead fetch it form the secret in the k8s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants