Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moikapy/thothgpt


https://github.com/moikapy/thothgpt

Last synced: about 9 hours ago
JSON representation

Awesome Lists containing this project

README

        

# ThothGPT

# Install Ollama from [Ollama](https://ollama.com)
- ollama pull llama3.1
# Install Python from [Python](https://python.org)
- python
# Install Deps with pip
- python install_requirements.py
# Run the script
```
streamlit run main.py
```python