Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jmcheon/gpts


https://github.com/jmcheon/gpts

huggingface huggingface-transformers langchain langchain-python python3

Last synced: about 15 hours ago
JSON representation

Awesome Lists containing this project

README

        

# gpt

| Requirements |
|--------------|
| - `python: 3.11`
- `pip: 24.0`

## 1. Setup virtual environment
``` bash
python3 -m venv env
source ./env/bin/activate
pip install -r requirements.txt
```