Skip to content

Commit

Permalink
add SSL_CERT_FILE and remove DIAL_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaBondar committed Dec 27, 2024
1 parent c511413 commit b36ca47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/chat/src/constants/code-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def get_last_attachment_url(messages: List[Message]) -> str:
'/openai/deployments/simple-rag/chat/completions',
},
variables: {
DIAL_URL: () => DefaultsService.get('dialApiHost', ''),
SSL_CERT_FILE: () => "/etc/ssl/certs/ca-certificates.crt",
},
};

Expand Down

0 comments on commit b36ca47

Please sign in to comment.