From 86301ba5aa763de41d808e41b42e32fa5c4de8dc Mon Sep 17 00:00:00 2001 From: Harshad Hegde Date: Tue, 13 Feb 2024 00:59:52 -0600 Subject: [PATCH] updated docs --- docs/description.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/description.rst b/docs/description.rst index 856dd16..452795f 100644 --- a/docs/description.rst +++ b/docs/description.rst @@ -38,7 +38,7 @@ The following model providers have been implemented in CoderGPT: export OPENAI_API_KEY='your-api-key-here' export GOOGLE_API_KEY='your-api-key-here' - Replace ``your-api-key-here`` with your actual OpenAI API key. This step is crucial for the proper functioning of CoderGPT as it relies on the OpenAI API for generating and modifying code. + Replace ``your-api-key-here`` with your actual OpenAI and Google API keys. This step is crucial for the proper functioning of CoderGPT as it relies on OpenAI and Google APIs for generating and modifying code. Installation ------------