From 55c38fe0de812f9a1c28dd61a52725f7c636e2f3 Mon Sep 17 00:00:00 2001 From: Gabriel de Olaguibel <99414447+gabrieldeolaguibel@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:39:06 +0200 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b253ed1..c94f9f0 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,6 @@ cd CodeCompass pip install -r requirements.txt ``` ### **5.** Create Secrets Diretory at the root (`secrets/`) -- `askthecode_api`: Your API URL wrapper for the chatbot to make requests. - `github_token`: Your GitHub API Token. - `instructions`: Your chatbot system prompt. - `openAI_key`: Your OpenAI API key.