diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 36a24f9..ff008f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,11 +64,3 @@ repos: - id: mypy additional_dependencies: [ types-PyYAML==6.0.10, types_requests==2.28.8, types-ujson==5.5.0 ] args: [ --ignore-missing-imports, --warn-no-return, --warn-redundant-casts, --disallow-incomplete-defs ] - - - repo: https://github.com/sourcery-ai/sourcery - rev: v1.0.1 - hooks: - - id: sourcery - # The best way to use Sourcery in a pre-commit hook - # is to review only changed lines: - args: [ --diff=git diff HEAD ] diff --git a/assets/ai.jpg b/assets/ai.jpg new file mode 100644 index 0000000..ae09ad7 Binary files /dev/null and b/assets/ai.jpg differ diff --git a/chat.py b/chat.py index 783cf90..1812b97 100644 --- a/chat.py +++ b/chat.py @@ -68,3 +68,4 @@ def main() -> None: if __name__ == "__main__": main() + st.image("assets/ai.jpg") diff --git a/src/utils/stt.py b/src/utils/stt.py new file mode 100644 index 0000000..e69de29