LLM agents for collaborative tutorchat sessions.
git clone https://gitlab.com/h2282/chatagents
cd chatagents
chmod u+x install.sh
./install.sh
- Run the ollama server
- Get a model from the library:
ollama pull llama3:latest
- Run the app:
python3 main.py
and enjoy the agents.
The Style Guide is based on the opinionated FastAPI Best Practices repository: FastAPI Best Practices
Use ruff
for linting and formatting to maintain code quality and consistency.
Read and share best practices and experiences in the project's issues section. Contributions are welcome.