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

https://github.com/wh1isper/chimera_llama_grpc


https://github.com/wh1isper/chimera_llama_grpc

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

![](https://img.shields.io/github/license/wh1isper/chimera_llama_grpc)
![](https://img.shields.io/github/v/release/wh1isper/chimera_llama_grpc)
![](https://img.shields.io/pypi/dm/chimera_llama_grpc)
![](https://img.shields.io/github/last-commit/wh1isper/chimera_llama_grpc)
![](https://img.shields.io/pypi/pyversions/chimera_llama_grpc)

# chimera_llama_grpc

## Install

`pip install chimera_llama_grpc`

## Usage

## Develop

Install pre-commit before commit

```
pip install pre-commit
pre-commit install
```

Install package locally

```
pip install -e .[test]
```

Run unit-test before PR, **ensure that new features are covered by unit tests**

```
pytest -v
```