Skip to content

Commit

Permalink
rename ethlance_gpt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
madvas committed Jun 30, 2023
1 parent 33e475a commit 7277aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethlance_gpt/ethlance_gpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
parent_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
sys.path.append(parent_dir)

from ethlanceGPT.APICounter import APICounter
from APICounter import APICounter

primer = f"""
My only purpose is to categorise user input into 5 categories.
Expand Down

0 comments on commit 7277aff

Please sign in to comment.