Skip to content

Commit

Permalink
Update generate_prime_promt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Strexas authored May 25, 2024
1 parent 8dd1f33 commit 7f882ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prime_prompt/generate_prime_promt.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def scan_docs(path: str):
break
function_documentation += lines[i]
i += 1
yield function_name, documentation
yield function_name, function_documentation


llm_related_modules = ["data_collection"]
Expand Down

0 comments on commit 7f882ce

Please sign in to comment.