Metadata-Version: 2.1
Name: LLM-demo-2-production
Version: 0.0.1
Home-page: https://github.com/laugustyniak/LLM-demo-2-production
Author: Łukasz Augustyniak
Author-email: aisolutions@lukaszaugustyniak.com
License: apache2
Keywords: LLM production demo
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

LLM-demo-2-production
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Install

``` sh
pip install LLM_demo_2_production
```

## How to use

Add OpenAI and other API keys.

``` sh
export OPENAI_API_KEY=sk-xxx
```
