Skip to content

Commit

Permalink
Code clean up and refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Feb 26, 2024
1 parent 09a9f00 commit e0984a9
Show file tree
Hide file tree
Showing 24 changed files with 131 additions and 11,724 deletions.
126 changes: 0 additions & 126 deletions readmeai/app.py

This file was deleted.

7 changes: 7 additions & 0 deletions readmeai/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ class ReadmeAiException(Exception):
...


class CLIError(ReadmeAiException):
"""Exceptions related to the CLI."""

def __init__(self, message, *args):
super().__init__(f"Invalid option provided to CLI: {message}", *args)


class GitCloneError(ReadmeAiException):
"""Could not clone repository."""

Expand Down
1 change: 0 additions & 1 deletion readmeai/llms/__init__.py

This file was deleted.

42 changes: 0 additions & 42 deletions readmeai/llms/offline.py

This file was deleted.

103 changes: 0 additions & 103 deletions readmeai/llms/openai.py

This file was deleted.

98 changes: 0 additions & 98 deletions readmeai/llms/prompts.py

This file was deleted.

Loading

0 comments on commit e0984a9

Please sign in to comment.