https://github.com/moikapy/thothgpt
https://github.com/moikapy/thothgpt
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moikapy/thothgpt
- Owner: Moikapy
- Created: 2024-07-24T18:04:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T13:35:48.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T03:49:07.567Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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