Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Feb 10, 2024
1 parent 6c2fd00 commit 46ad3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codergpt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46ad3fa

Please sign in to comment.