diff --git a/README.md b/README.md index 91030cc..4012ad7 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,19 @@ codeqai configure ``` the configuration process is initiated, where the embeddings and llms can be chosen. +## OpenAI +```bash +export OPENAI_API_KEY = "your OpenAI api key" +``` + +## Azure OpenAI +```bash +export OPENAI_API_TYPE = "azure" +export OPENAI_API_BASE = "https://