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

https://github.com/jmcheon/gpts


https://github.com/jmcheon/gpts

huggingface huggingface-transformers langchain langchain-python python3

Last synced: about 2 months 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
```