From e752dd7c0ee35edbb140b6162ff4526ea39e8ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fynn=20Fl=C3=BCgge?= Date: Sat, 7 Oct 2023 14:17:30 +0200 Subject: [PATCH] chore: update readme.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c03e3d5..4a20105 100644 --- a/README.md +++ b/README.md @@ -71,21 +71,21 @@ the configuration process is initiated, where the embeddings and llms can be cho ## 🌐 Remote models -If remote models are preferred instead of local, some environment variables needs to be specified in advance. +If remote models are used, it is prompted to enter the following required environmnet variables which are then stored in `.config/codeqai/.env`. ### OpenAI ```bash -export OPENAI_API_KEY = "your OpenAI api key" +$OPENAI_API_KEY = "your OpenAI api key" ``` ### Azure OpenAI ```bash -export OPENAI_API_TYPE = "azure" -export OPENAI_API_BASE = "https://