babyagi
babyagi copied to clipboard
Implementing Model Selection, Env Variables and a Kill Switch
The following changes will:
- Implement Model Selection as an input box when you first run the script
- Use .env files rather than variables inside the babyagi.py file
- Implement a killswitch to stop the script from running
- Convert the Task Result from a list to a normal string for readability
- Changed YOUR_TABLE_NAME to PINECONE_TABLE for readability and stored inside the .env file
- Updated README.md accordingly + added in steps to create a virtual environment
Would you make a separate PR for each contribution? It will be easier to evaluate and approve.
Especially interested in the kill switch if it solves #12 indefinite loop issue.
Some of the changes here have been done elsewhere in a slightly different way. But the ability to stop, and the improvements to the embeddings should be picked. Can you resolve conflicts and see what is net new (and we should merge) and what is different implementation (and we can discuss if we want to switch)