From 46ad3fa5cd008e2a36524c0ff9dc68ae34a7a104 Mon Sep 17 00:00:00 2001 From: Harshad Hegde Date: Fri, 9 Feb 2024 23:18:46 -0600 Subject: [PATCH] typo --- src/codergpt/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/codergpt/main.py b/src/codergpt/main.py index d6c8bab..fcefe80 100644 --- a/src/codergpt/main.py +++ b/src/codergpt/main.py @@ -83,7 +83,7 @@ def get_code( { "input": f"Identify the structure of this {language} code \n{source_code}\n" f" and give me only the code (no explanation) that corresponds" - f"to the {search_term} function or class." + f" to the {search_term} function or class." } ) code = response.content