roydon
roydon
I don't have access to Azure OpenAI service and would like to use public OpenAI APIs for this Sample App. Can anyone suggest if this is possible ?
I was trying to run the backend in docker container by supplying configuration vie ENVs. I used following dockerfile ``` # backend build FROM python:3.11 AS backend-build COPY backend /app/backend...
I setup cfssl following [part1](https://propellered.com/posts/cfssl_setting_up/), [part2](https://propellered.com/posts/cfssl_setting_up_ocsp_api/) & [part3](https://propellered.com/posts/cfssl_revoking_certs_ocsp_reponder/) Here is every command I use : root@2e4741a2f4dc:/certs# cfssl genkey -initca rootCA.csr.json |cfssljson -bare rootCA/rootCA 2020/04/25 12:41:20 [INFO] generate received request 2020/04/25...