This repo uses llama2 to generate documented functions based on user input.
-
Ensure you have the
llama2model installed:ollama pull llama2
-
Install the Python dependencies.
pip install poetry
poetry shell
poetry install
-
Run the example:
streamlit run doctordoc.py