Commit Graph

61 Commits

Author SHA1 Message Date
Toran Bruce Richards
89ab8397bf Ignores ai_settings.yaml 2023-04-06 11:56:28 +01:00
ryanmac
a5048aed56 Fix .gitignore to include the correct path to auto_gpt_workspace 2023-04-03 14:20:45 -05:00
Toran Bruce Richards
5c97a71c74 ignores outputs. 2023-04-03 13:39:05 +01:00
Taylor Brown
7fd2ce2bc6 Clean up where last_run_settings go 2023-04-02 22:12:14 -05:00
James C. Palmer
ef656a0f77 Remove keys.py and replace with python-dotenv.
- Removed `keys.py`.
- Added `.env.template`.
- Added `.env` to `.gitignore`.
- Updated various files that imported `keys` to use `os.getenv` instead.
- Updated `requirements.txt` dependencies.
- Updated README.md with instructions on setting up environment variables.

This change improves security, flexibility, and makes it easier to use Auto-GPT in notebooks. Environment variables are stored in `.env` and loaded via `load_dotenv()` in `scripts/main.py`.
2023-04-02 06:39:55 -04:00
Torantulino
0a22cd615c Ignores audio files. 2023-04-02 07:45:34 +01:00
Torantulino
15ebbd5ee5 Ignores all AI generated files. 2023-04-01 10:34:54 +01:00
Torantulino
c9900ee419 Updates gitirgnore/ 2023-03-31 23:11:31 +01:00
Torantulino
480196b4cc Updates gitignore 2023-03-28 23:25:48 +01:00
Torantulino
217991eaf2 Updates .gitignore 2023-03-28 23:05:17 +01:00
Torantulino
046d9fde3b Implements webpage summarisation. 2023-03-18 03:58:38 +00:00