Slowly-Grokking
f5c600a9f8
relocate data_ingestion.py
...
making this work without code change
update readme
2023-04-15 13:59:42 -05:00
Ding3LI
9f822ec5ca
[doc] Improvements: Tutorials and Explanation ( #1603 )
...
* [doc] Modified README: detailed explanation, cleared conceptual confusions, added explicit examples
* [doc] Modified README: emphasize precedence note, concise description
* [doc] Modified README: fixed CMD to project directory
2023-04-15 19:21:39 +01:00
Ikko Eltociear Ashimine
919a784a20
Update README.md
...
HuggingFace -> Hugging Face
2023-04-16 01:19:46 +09:00
Richard Beales
a84fc06483
Merge pull request #1558 from pitmonticone/master
...
Fix typo
2023-04-15 16:29:54 +01:00
Richard Beales
5e18bb4b61
Merge pull request #1304 from JuroOravec/master
...
README: Explain OpenAI billing for API key (Fixes issue about "API Rate Limit Reached. Waiting 20 seconds ... Failed to get response after 5 retries")
2023-04-15 16:16:24 +01:00
cs0lar
2678a5a74b
fixed merge conflicts
2023-04-15 16:01:47 +01:00
cs0lar
b987cff7da
Merge branch 'master' into feature/weaviate-memory
2023-04-15 14:43:01 +01:00
chyezh
395d9d0481
enable milvus as memory backend
2023-04-15 21:20:30 +08:00
BillSchumacher
1073954fb7
Reorg ( #1537 )
...
* Pi's message.
* Fix most everything.
* Blacked
* Add Typing, Docstrings everywhere, organize the code a bit.
* Black
* fix import
* Update message, dedupe.
* Increase backoff time.
* bump up retries
2023-04-15 13:56:23 +01:00
Pietro Monticone
cc7d421c77
Update README.md
2023-04-15 14:07:39 +02:00
Pietro Monticone
c69050fc84
Fix typo
2023-04-15 14:05:23 +02:00
Edgar Barrantes
a791d7a244
Update docs: Data ingestion script location
2023-04-15 12:06:40 +03:00
cs0lar
4c7deef9ae
merged master and resolved conflicts
2023-04-15 06:51:04 +01:00
BillSchumacher
a8cf64736f
Pi's message. ( #1418 )
2023-04-14 23:02:11 +01:00
Dino Hensen
d64f866bfa
Convert to python module named autogpt.
...
Also fixed the Dockerfile.
Converting to module makes development easier.
Fixes coverage script in CI and test imports.
2023-04-14 10:27:41 -07:00
Richard Beales
f6f4f1fbc0
Merge pull request #992 from maiko/add_ingest_documents_script
...
Add data_ingestion.py script for memory pre-seeding
2023-04-14 17:32:35 +01:00
Richard Beales
100fd8d0b9
Merge pull request #1096 from cryptidv/flags-updates
...
Flags Updates
2023-04-14 17:22:10 +01:00
Maiko Bossuyt
8093ac7949
Merge branch 'master' into add_ingest_documents_script
2023-04-14 18:12:23 +02:00
Juro Oravec
02f23db210
docs: Explain OpenAI billing for API key
2023-04-14 13:00:55 +02:00
Peter Edwards
5c31f46b45
Merge remote-tracking branch 'upstream/master' into readme-cleanup
2023-04-14 09:19:51 +02:00
Richard Beales
98efd26456
Merge pull request #1197 from Ronbalt/patch-1
...
Enable Custom Search API in gcp project
2023-04-14 08:04:28 +01:00
eng-cc
aeb81aa597
[environments] add devcontainer environment
2023-04-14 10:54:59 +08:00
Eesa Hamza
4f923ece60
Added double_check logging to AI Settings validator, and updated README for 'no_memory'
2023-04-14 01:56:45 +03:00
Maiko Bossuyt
869373fbfc
Merge branch 'master' into add_ingest_documents_script
2023-04-14 00:49:32 +02:00
Eesa Hamza
8472bbd455
Added 'Command Line Arguments' section to README
2023-04-14 01:34:30 +03:00
Ron Balter
f9cbddc9f0
Enable Custom Search API in gcp project
...
While following this guide to enable google search, this step was missing for me and the API calls to https://customsearch.googleapis.com/customsearch/v1?q= failed with:
"""
Custom Search API has not been used in project <PROJECT_ID> before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/customsearch.googleapis.com/overview?project= <PROJECT_ID> then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
"""
Also, checked that merely https://console.developers.google.com/apis/api/customsearch.googleapis.com redirects to the active project used in the last session in GCP, so no need to provide the projectId parameter.
2023-04-14 00:58:51 +03:00
Richard Beales
04f063130f
Merge branch 'master' into richbeales-patch-1
2023-04-13 21:43:10 +01:00
Richard Beales
90c05326d8
Merge pull request #1125 from MoElaSec/master
...
[README] Link to 11Labs website to obtain API_KEY
2023-04-13 20:42:54 +01:00
Richard Beales
905e1b4012
Merge pull request #1120 from sagarishere/patch-5
...
Fix twitter link: in README.md
2023-04-13 20:40:37 +01:00
cs0lar
2f8cf68762
fixed conflicts
2023-04-13 18:33:13 +01:00
cs0lar
067e697b8b
fixed weaviate test and fixed conflicts
2023-04-13 18:24:43 +01:00
Richard Beales
529646926e
Merge pull request #1053 from ishworpanta10/patch-1
...
Update serial in Installation step
2023-04-13 18:07:28 +01:00
Richard Beales
0ba2956ee4
Merge pull request #1014 from drikusroor/fix-flake8-issues-pt-2
...
Fix flake8 issues pt. 2 (Add E231 & E302 flake8 rules)
2023-04-13 17:56:06 +01:00
Richard Beales
f98fba6657
Update README - Discord link and unit test link
...
Use new url for discord, correct link to ci.yaml workflow.
2023-04-13 17:33:22 +01:00
Pi
c3adb1950b
Merge pull request #1031 from DerekCL/feature/readme-lint-fix
...
Linter Autofix for Readme.md
2023-04-13 15:38:24 +01:00
ShifraSec
f7910e85ce
Link to 11Labs website to obtain API_KEY
2023-04-13 18:33:20 +04:00
sagarishere
ccfb568694
Fix twitter link: in README.md
...
Fixed twitter link to go to:
https://twitter.com/SigGravitas
Previously it was going to the icon image.
2023-04-13 17:08:23 +03:00
Peter Edwards
41f17f8904
Small README.md clarity update and usage fixup
2023-04-13 16:02:15 +02:00
Pi
cc9bb19847
Merge branch 'master' into richbeales-patch-1
2023-04-13 14:52:54 +01:00
Pi
a956136421
Merge pull request #1065 from jiangying000/patch-1
...
Update README.md on log location
2023-04-13 14:45:53 +01:00
Ishwor Panta
3358bd453e
Merge branch 'master' into patch-1
2023-04-13 19:10:06 +05:45
Maiko Bossuyt
334400edd1
Merge branch 'Torantulino:master' into add_ingest_documents_script
2023-04-13 13:50:41 +02:00
sagarishere
f3fb810979
Remove deprecated (404) links, and add alt-text to one image: Update README.md
...
1. Removed the link to Unit-tests as that link is deprecated and on clicking on it, it says, that workflow no longer exists.
2. Added alt text to the Discord link, following the convention from Twitter link alt text
2023-04-13 14:37:56 +03:00
Drikus Roor
04dc0f7149
lint: Add flake8 rule E302 to the flake8 workflow job
2023-04-13 10:50:27 +02:00
Drikus Roor
8ff36bb8ba
lint: Add rule E231 to the flake8 linting job
2023-04-13 10:50:26 +02:00
Drikus Roor
947d27a9ed
docs: Update README.md with the flake8 command used in the CI
2023-04-13 10:50:26 +02:00
jiangying
d938013084
Update README.md on log location
2023-04-13 15:06:29 +08:00
Richard Beales
c8b8673286
Merge pull request #802 from sweetlilmre/more_azure
...
More fixes for Azure hosting
2023-04-13 07:58:41 +01:00
Peter Edwards
bcdb4e476f
Merge remote-tracking branch 'upstream/master' into more_azure
2023-04-13 08:12:29 +02:00
cs0lar
855de1890f
Merge branch 'master' into feature/weaviate-memory
2023-04-13 06:23:36 +01:00
Ishwor Panta
1546c24441
Update serial in Installation step
...
updated serial in Installation step from 1 rather than from 0.
2023-04-13 10:52:35 +05:45
Richard Beales
65abfc9d3d
Correct link to unit tests in README
2023-04-13 06:01:28 +01:00
511
91d1f3eca8
add link for pinecone in README
2023-04-13 11:43:09 +08:00
derekcl
746cd5bc88
linter autofix
2023-04-12 19:38:38 -05:00
Maiko Bossuyt
2c8b42307b
Merge branch 'Torantulino:master' into add_ingest_documents_script
2023-04-12 22:52:08 +02:00
Drikus Roor
639df44865
docs: Update README.md with the flake8 command used in the CI
2023-04-12 22:42:15 +02:00
cs0lar
5592dbd277
resolved latest conflicts
2023-04-12 19:54:56 +01:00
Richard Beales
079daf726d
Merge pull request #923 from drikusroor/add-flake8-workflow
...
Add flake8 linter workflow
2023-04-12 19:48:24 +01:00
Maiko Bossuyt
65cc4f833f
Add Memory Pre-Seeding information to readme.md
...
Add the documentation for memory pre-seeding
2023-04-12 20:47:46 +02:00
Seth T
d24c4af37d
Merge branch 'master' into add-documentation-for-caching-types
2023-04-12 14:27:07 -04:00
Drikus Roor
76cc0d2d74
docs: Document flake8 linter
2023-04-12 20:21:42 +02:00
Drikus Roor
fa5b71c022
docs: Update README.md about running tests and coverage
2023-04-12 20:21:42 +02:00
cs0lar
530894608b
added support of API key based auth
2023-04-12 19:09:52 +01:00
cs0lar
415c1cb4b5
fixed quotes
2023-04-12 18:55:34 +01:00
cs0lar
b9a4f97790
resolved latest conflicts
2023-04-12 18:52:06 +01:00
Fabrice Hong
43c006d71c
feat(global): errors logs are logged as debug level and activated with program argument 'debug'
2023-04-12 19:41:08 +02:00
Richard Beales
364e2a4ba1
Merge branch 'master' into add-unit-tests-workflow
2023-04-12 18:14:37 +01:00
Richard Beales
9c9758c720
Merge pull request #700 from Rokniel/azure-deployment-additions
...
Add required env parameters for azure usage
2023-04-12 18:08:54 +01:00
cs0lar
67b84b5811
added client install
2023-04-12 17:54:59 +01:00
cs0lar
e3aea6d6c4
added weaviate embedded section in README
2023-04-12 17:21:37 +01:00
Peter Edwards
6fa9501251
Merge branch 'Torantulino:master' into more_azure
2023-04-12 13:28:23 +02:00
Peter Edwards
650e2dcd6d
cleaned up .env to move Azure config to separate azure.yaml file
...
updated README.md to explain new config
added Azure yaml loader to config class
centralized model retrieval into config class
this commit effectively combines and replaces #700 and #580
2023-04-12 11:27:37 +02:00
Richard Beales
3f693b9234
Merge pull request #752 from josephbisaillon/patch-3
...
Add OpenAPI Key Link to README
2023-04-12 10:11:16 +01:00
Drikus Roor
5265d81754
docs: Prepare unit test workflow status badge for Torantulino's repository
2023-04-12 10:16:42 +02:00
Drikus Roor
331597eb0e
docs: Add badge of unit tests status
2023-04-12 10:16:42 +02:00
Drikus Roor
bcdf948e55
docs: Update README.md about running tests and coverage
2023-04-12 10:16:42 +02:00
Toran Bruce Richards
3d5dba2e57
Adds live star history chart to README
2023-04-12 20:05:16 +12:00
Peter Edwards
17b037faf7
Merge branch 'Torantulino:master' into more_azure
2023-04-12 09:18:17 +02:00
Toran Bruce Richards
4621df02c7
Update README.md
2023-04-12 12:31:58 +12:00
cs0lar
786ee6003c
fixed formatting
2023-04-11 13:50:02 +01:00
crimson-knight
10b7d8e376
Adds information on how to use the other cache methods available
2023-04-11 07:46:25 -04:00
Peter Edwards
9d33a75083
Changes for Azure embedding handling
2023-04-11 13:45:37 +02:00
cs0lar
5fe784aabe
added weaviate to the supported vector memory providers
2023-04-11 11:14:13 +01:00
Rokniel
63d3238c6c
Merge branch 'master' into azure-deployment-additions
2023-04-11 12:21:46 +03:00
BillSchumacher
0b955c0546
Update README.md
...
Update warning
2023-04-10 22:19:21 -05:00
BillSchumacher
65b626c5e1
Plugins initial
2023-04-10 20:57:47 -05:00
Joseph Bisaillon
d4bb3de91b
Add OpenAPI Key Link to README
2023-04-10 21:02:13 -04:00
Toran Bruce Richards
e62a3be294
Merge pull request #734 from amit9021/dev
...
README pinecone link added
2023-04-10 23:08:39 +01:00
Toran Bruce Richards
cdcec2f619
Merge pull request #648 from pratiksinghchauhan/fix-#323-error-communicating-to-openai
...
Fix #323 Error communicating with OpenAI: Invalid URL 'your-base-url-for-azure/embeddings'
2023-04-10 22:46:46 +01:00
Toran Bruce Richards
977d84be3e
Merge pull request #313 from DawgZter/patch-1
...
Updated Pinecone API Key Setup instructions for clarity
2023-04-10 22:35:01 +01:00
amit9021
3146d97a89
README pinecone link added
2023-04-10 23:46:08 +03:00
Kari Ahdan
a504f0bdd3
Add required env parameters for azure usage
2023-04-10 16:43:06 +03:00
Toran Bruce Richards
643ca9d084
Merge pull request #664 from blankster/patch-2
...
Update README.md
2023-04-10 14:09:01 +01:00
Pratik Singh Chauhan
72f609fd26
Merge branch 'master' into fix-#323-error-communicating-to-openai
2023-04-10 18:24:45 +05:30
Toran Bruce Richards
78315a99ee
Merge branch 'master' into pr-whitespace
2023-04-10 13:35:47 +01:00
Toran Bruce Richards
ee8276c6b9
Merge pull request #615 from openaudible/patch-1
...
Update README.md
2023-04-10 13:25:36 +01:00
Andy Melnikov
4a86da95f9
Remove trailing spaces throughout
...
This happens often in PRs so fixing this everywhere will make many PRs
mergeable as they won't include irrelevant whitespace fixes
2023-04-10 14:25:24 +02:00
Toran Bruce Richards
f7d46e732a
Merge pull request #579 from Weltolk/patch-1
...
Fix Elevenlabs link error
2023-04-10 13:17:48 +01:00
Toran Bruce Richards
5931e830c7
Merge pull request #338 from Dr33dM3/Dr33dM3-Updated-ReadME-VM
...
Update README.-VM
2023-04-10 13:16:48 +01:00
Toran Bruce Richards
c7b7ff42b6
Merge pull request #317 from Monkee1337/master
...
Changed order of pinecone explaination too avoid confusion
2023-04-10 13:15:56 +01:00
blankster
891f8d84c8
Update README.md
...
Spelling mistakes
2023-04-10 13:44:36 +02:00
blankster
0dc7bee345
Update README.md
...
Added remark regarding daily free Google custom search limit and how to increase it
2023-04-10 13:38:43 +02:00
Toran Bruce Richards
a768dc2fc7
Merge pull request #179 from LightInn/master
...
Patch readme "copy" command
2023-04-10 12:10:15 +01:00
pratiksinghchauhan
13467259b4
fix : #323 Error communicating with OpenAI
2023-04-10 12:07:37 +05:30
openaudible
b5c3d08187
Update README.md
...
Fix typo to use setx instead of export for setting up pinecone env variable.
2023-04-09 12:41:28 -07:00
Malik M Alnakhaleh
28545e3420
Merge branch 'Torantulino:master' into master
2023-04-09 13:51:05 -04:00
Weltolk
54e228504f
Fix Elevenlabs link error
2023-04-09 18:05:50 +08:00
Toran Bruce Richards
cb404af7a7
Merge pull request #569 from BillSchumacher/update-readme
...
Update README.md
2023-04-09 08:42:09 +01:00
BillSchumacher
3efdb48961
Update README.md
2023-04-09 02:38:06 -05:00
Richard Beales
97711584c3
Update README to indicate Python 3.8 minimum
...
Due to tiktoken dependency.
2023-04-09 07:36:00 +01:00
Toran Bruce Richards
b63238f40f
Merge branch 'master' into redis-backend
2023-04-09 02:43:14 +01:00
Dr33dM3
9ed42df707
Merge branch 'Torantulino:master' into Dr33dM3-Updated-ReadME-VM
2023-04-08 18:31:17 -07:00
Dr33dM3
47b097708c
Update README.md
...
Changed the wording for the VM to make it more user friendly
2023-04-08 18:28:09 -07:00
cs0lar
97ac802f0c
resolved conflicts between master and feature/weaviate-memory
2023-04-08 15:38:21 +01:00
Toran Bruce Richards
7e108d8ab3
Merge pull request #416 from blankey1337/feat/image-generation
...
🖼 Image Generation: Adds DALL-e and Stable Diffusion support
2023-04-08 12:27:55 +01:00
cs0lar
1e63bc52be
Merge branch 'master' into feature/weaviate-memory
2023-04-08 07:45:02 +01:00
Toran Bruce Richards
cc05139843
Update README.md
2023-04-08 05:24:53 +01:00
BillSchumacher
d7ccaf45a9
Merge branch 'master' of github.com:Torantulino/Auto-GPT into redis-backend
2023-04-07 20:39:35 -05:00
keenborder786
1d0848c1a8
[docs]: Updated ReadMe to update the requirements sections
2023-04-08 04:37:46 +05:00
BillSchumacher
ea6b970509
Update README
2023-04-07 15:28:48 -05:00
BillSchumacher
f0162037c3
Fix README
2023-04-07 15:02:22 -05:00
cs0lar
986d32ca42
added support for multiple memory provider and added weaviate integration
2023-04-07 20:41:07 +01:00
blankey1337
f3e64ec4e9
feat(ImageGen): support env vars, update readme
2023-04-07 11:29:43 -07:00
Monkee1337
ae97790cec
Update README.md
...
Co-authored-by: Arlo <arlo.godfrey@outlook.com>
2023-04-07 18:17:20 +02:00
BillSchumacher
43746b1396
Update README with WIPE_REDIS_ON_START setting.
2023-04-07 00:58:57 -05:00
BillSchumacher
5a1d9e6d0a
Implement redis memory backend.
2023-04-07 00:08:25 -05:00
Malik M Alnakhaleh
96f2eafc7d
Merge branch 'Torantulino:master' into master
2023-04-06 18:56:39 -04:00
Dr33dM3
1e9ac953a7
Update README.md
2023-04-06 10:43:29 -07:00
Monkee1337
a090c089f1
changed order of pinecone explaination
2023-04-06 15:30:11 +02:00
DawgZter
0573b2ade6
Update Pinecone API Key Setup instructions for clarity
...
Minor improvement in sentence clarity for Pinecone setup instructions.
2023-04-06 23:17:42 +10:00
Richard Beales
32e20611df
small typo in Pinecone settings that referred to google
2023-04-06 12:26:07 +01:00
Toran Bruce Richards
9067a523fe
Merge branch 'master' into pinecone-memory
2023-04-06 11:05:01 +01:00
douglas
475671d1e8
Pinecone memory and memory usage tracking
2023-04-05 16:20:43 -04:00
Peter Edwards
a868a39b88
Added functionality to allow the use of GPT on a Microsoft Azure instance
2023-04-05 19:44:28 +02:00
Malik M Alnakhaleh
0cced85e90
Merge branch 'Torantulino:master' into master
2023-04-04 17:08:31 -04:00
Breval Le Floch
795fa3e1fe
patch readme
2023-04-04 14:28:34 +00:00
Toran Bruce Richards
ae60025f7c
Updates Sponsors List 💖
2023-04-04 12:20:59 +01:00
Malik M Alnakhaleh
c74ad984cf
Update README.md
2023-04-03 20:54:12 -04:00
russellocean
f2ba7f21c5
Added support for Google Custom Search API
...
This pull request adds functionality to the project to allow for a choice between the original Google search method and the Google Custom Search API. The google_search method uses the original method of scraping the HTML from the search results page, using googlesearch-python, while the google_official_search method uses the Google Custom Search API to retrieve search results.
How to test:
To test the functionality, ensure that you have valid API keys and search engine IDs for both the Google search method and the Google Custom Search API. You can set these values in your environment variables as described in the README.md file.
Additional Notes:
This pull request only adds functionality and makes improvements to existing code. No new features or major changes have been introduced.
2023-04-03 16:44:10 -04:00
Toran Bruce Richards
51e293f64c
Adds --gpt3only mode!
2023-04-03 15:46:46 +01:00
0xcha05
c8149b0415
better arg parsing
2023-04-03 19:56:01 +05:30
Toran Bruce Richards
439a7ffe7d
Adds discord to readme
2023-04-03 13:06:22 +01:00
Toran Bruce Richards
8cf4bf9278
Adds minor sponsors 💖
2023-04-03 02:50:34 +01:00
Toran Bruce Richards
f9031cfc47
Adds new public major sponsors to readme.
2023-04-03 02:44:58 +01:00
Toran Bruce Richards
c25c1751a2
Merge branch 'environment-variables' of https://github.com/jcp/Auto-GPT
2023-04-02 23:40:53 +01:00
UnixPNG
b82b6f6997
Update README.md
2023-04-02 12:07:42 -07: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
James C. Palmer
cffe083ff2
Move requirements.txt to root directory.
2023-04-02 05:44:45 -04:00
Toran Bruce Richards
cd1550e3a3
Update README.md
2023-04-02 08:42:46 +01:00
Toran Bruce Richards
2c6338fd3b
Update README.md
2023-04-01 16:21:57 +01:00
Toran Bruce Richards
29dd993a69
Update README.md
2023-04-01 11:43:57 +01:00
Toran Bruce Richards
5fd740aeb9
Update README.md
2023-04-01 05:58:45 +01:00
Toran Bruce Richards
c56eb3e22d
Update README.md
2023-04-01 05:58:24 +01:00
Toran Bruce Richards
39b51697f1
Update README.md
2023-03-31 23:24:59 +01:00
Toran Bruce Richards
96015aca7b
Update README.md
2023-03-31 23:22:47 +01:00
Toran Bruce Richards
959a82c868
Update README.md
2023-03-31 23:22:33 +01:00
Toran Bruce Richards
c1b30c959b
Update README.md
2023-03-31 23:20:33 +01:00
Toran Bruce Richards
b68d081e47
Update README.md
2023-03-31 23:18:12 +01:00
Joe Devon
7c0bdcbedf
Update README.md
...
Fixed typo
2023-03-30 07:30:22 -07:00
Toran Bruce Richards
8152f636ad
Update README.md
2023-03-30 15:21:18 +01:00
Toran Bruce Richards
db95b28b48
Update README.md
2023-03-30 14:51:33 +01:00
Toran Bruce Richards
51c7a70eb9
Update README.md
2023-03-29 06:26:57 +01:00
Toran Bruce Richards
c63d5e425e
Update README.md
2023-03-28 23:00:15 +01:00
Toran Bruce Richards
2ea3ca0e5c
Update README.md
2023-03-28 22:59:02 +01:00
Toran Bruce Richards
862b543b44
Update README.md
2023-03-28 22:58:42 +01:00
Toran Bruce Richards
b43e23bec4
Update README.md
...
Updates cd command to fit new repo name.
2023-03-28 22:53:12 +01:00
Toran Bruce Richards
a2d5c01369
Update README.md
...
Renames project to Auto-GPT and fixes broken git clone link.
2023-03-28 22:50:08 +01:00
Torantulino
6460654635
Updates readme
2023-03-24 05:04:31 +00:00
Torantulino
5789dfa2a2
.
2023-03-24 05:03:18 +00:00
Torantulino
32cf97eaaf
Fixes contents section.
2023-03-24 04:59:49 +00:00
Torantulino
47c5adcf4c
Fixes contents section.
2023-03-24 04:57:35 +00:00
Torantulino
1722b3f2e8
Renames repo.
2023-03-24 04:53:47 +00:00
Torantulino
a2096f4635
Sets up proper readme.
2023-03-24 04:51:51 +00:00
Toran Bruce Richards
30bb96a3b1
Create README.md
2023-03-16 10:00:21 +00:00