From 5a2eed4e1478ce0e6f50378a2c6cc1c3a114e888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fynn=20Fl=C3=BCgge?= Date: Mon, 25 Sep 2023 23:09:58 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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://