Skip to content

Commit

Permalink
remove ChatAI from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamziee committed Oct 19, 2024
1 parent 71704c0 commit b93e676
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 55 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

# Closed Source Code:
# AI funcionality is currently closed source, this is part of another project called AvaAI.
AvaAI
AvaAI.py
commands/AvaAI
commands/AvaAI.py
commands/AvaGroupAI
commands/AvaGroupAI.py
ai database

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ The following versions will receive security updates as needed:

| Version | Supported |
| ------------ | ------------------ |
| 0.7.0-beta | :white_check_mark: |
| < 0.7.0-beta | :x: |
| 0.8.0-beta | :white_check_mark: |
| < 0.8.0-beta | :x: |

## Reporting a Vulnerability

Expand Down
50 changes: 0 additions & 50 deletions disabled commands/ChatAI.py

This file was deleted.

2 changes: 1 addition & 1 deletion ex_config (change me to config.py).py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AVA_VERSION = 'v0.7.0-beta' # Do not change this, it will help with troubleshooting later
AVA_VERSION = 'v0.8.0-beta' # Do not change this, it will help with troubleshooting later
CONFIG_VERSION = 3 # Do not change this, it will help with troubleshooting later

# Required Bot Configuration
Expand Down
Empty file removed extraConfigs/ChatAIConfig.py
Empty file.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ Ava is a versatile, open-source Discord bot designed to effortlessly meet all yo
## Contributing
We welcome contributions to enhance Ava's functionality. Feel free to fork the repository, make your changes, and submit a pull request.

## AI Commands
Are you looking for the AI commands? Unfortunately, we are unable to provide the open-source code for this feature due to issues with the source of the code we are using. However, you are welcome to contribute by creating scripts that work with other providers like OpenAI.

## Credits
- **Hamzie API** for delivering most images Ava uses. (Free to use for everyone)

Expand Down

0 comments on commit b93e676

Please sign in to comment.