Skip to content

Commit

Permalink
simplify module structure
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed May 17, 2023
1 parent 523fd8a commit 1f3db6b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
Empty file removed src/openai_pygenerator/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion tests/test_gpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from openai.error import APIError, RateLimitError
from openai.openai_object import OpenAIObject

from src.openai_pygenerator.gpt import GPT_MAX_RETRIES, generate_completions
from src.openai_pygenerator import GPT_MAX_RETRIES, generate_completions


def aio(text: str) -> OpenAIObject:
Expand Down

0 comments on commit 1f3db6b

Please sign in to comment.