From 78fc69c071f250170bd04840762107e74f9e087c Mon Sep 17 00:00:00 2001 From: hrshdhgd Date: Tue, 13 Feb 2024 07:12:09 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20hrshdhgd?= =?UTF-8?q?/CoderGPT@f707da2ec0e1572239d98eae0baf860b571a1aaa=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sources/description.rst.txt | 9 +++++---- description.html | 10 +++++----- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/_sources/description.rst.txt b/_sources/description.rst.txt index 452795f..ec86da2 100644 --- a/_sources/description.rst.txt +++ b/_sources/description.rst.txt @@ -16,7 +16,7 @@ Model Providers Implemented The following model providers have been implemented in CoderGPT: .. list-table:: - :widths: 25 75 + :widths: 75 25 :header-rows: 1 * - Provider @@ -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 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. +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 ------------ @@ -78,6 +78,7 @@ Options - ``-v, --verbose INTEGER``: Set verbosity level (0, 1, or 2). - ``-q, --quiet``: Enable quiet mode. - ``--version``: Display version information. +- ``--model [gpt-3.5-turbo | gpt-4 | gpt-4-turbo (default) | gemini-pro]``: Set the model provider to use. Commands ~~~~~~~~ @@ -87,13 +88,13 @@ Commands .. code-block:: shell - codergpt inspect + codergpt --model inspect **Example** .. code-block:: shell - $ codergpt inspect src/codergpt/ + $ codergpt --model gpt-4 inspect src/codergpt/ Inspecting the code. File Language ------------------------------------------ ---------- diff --git a/description.html b/description.html index ffb188e..43aaadc 100644 --- a/description.html +++ b/description.html @@ -99,8 +99,8 @@

Model Providers Implemented - +

Provider

@@ -126,10 +126,9 @@

Model Providers Implemented
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 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.
 
+

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

@@ -160,17 +159,18 @@

Options
  • -v, --verbose INTEGER: Set verbosity level (0, 1, or 2).

  • -q, --quiet: Enable quiet mode.

  • --version: Display version information.

  • +
  • --model [gpt-3.5-turbo | gpt-4 | gpt-4-turbo (default) | gemini-pro]: Set the model provider to use.

  • Commands

    1. inspect: Inspect a package and display a file-language map.

      -
      codergpt inspect <path>
      +
      codergpt --model <model-name> inspect <path>
       

      Example

      -
      $ codergpt inspect src/codergpt/
      +
      $ codergpt --model gpt-4 inspect src/codergpt/
       Inspecting the code.
       File                                        Language
       ------------------------------------------  ----------