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

https://github.com/prathamesh-mutkure/sadhguru-gpt

A GPT Model that talks like Sadhguru
https://github.com/prathamesh-mutkure/sadhguru-gpt

Last synced: about 2 months ago
JSON representation

A GPT Model that talks like Sadhguru

Awesome Lists containing this project

README

        

### Setup

```
Create .env in same dir

docker build -t sadhguru-gpt .

docker run -it --env-file ./.env sadhguru-gpt

docker-compose up -d
```