ARCHETYPE is an exercise in LLM API wrappers. It aims at building a multimodal and dynamical i.e. variable scope chatbot within one closure, in such a way that it facilitates quick templating and integration into your own macros.
- Dialogos - Helps users externalize emotional issues and manage them effectively.
- Thesis - Assists in planning and organizing a high school essay or thesis project.
- Python 3.11+
- Streamlit
- Langchain
- OpenAI API key
- Clone the repository:
git clone <repository-url>
cd <repository-directory>- Install the required packages:
pip install -r src/requirements.txt*- Run the application:
streamlit run src/main.pyContributions are welcome! Please submit issues or pull requests for any improvements or bug fixes. License
This project is licensed under the MIT License - see the LICENSE.mc file for details.
This project uses commit-and-tag-version to generate an automated CHANGELOG.md. Please use Conventional Commits when pushing.
Commands:
-
make alpha # -> releases and tags as alpha -
make beta # -> releases and tags as beta -
make minor # -> releases and tags as minor -
make release # -> standard release and tag