Metadata-Version: 2.1
Name: chatgpt-webui
Version: 0.0.1
Summary: PyTorch implementation of (GPT-3.5-Turbo) with WebUI
Home-page: https://github.com/kadirnar/chatgpt-webui
Author: kadirnar
License: Apache License 2.0
Keywords: chatgpt,chatbot,gpt-3,gpt-3.5-turbo,text-generation,language-model,language-modeling
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

<div align="center">
<h2>
     ChatGpt WebUI: A WebUI for ChatGpt + LangChain
</h2>
<h4>
    <img width="700" alt="teaser" src="doc/data/logo.png">
<div>
    <a href="https://pepy.tech/project/text-webui"><img src="https://pepy.tech/badge/text-webui" alt="downloads"></a>
    <a href="https://badge.fury.io/py/text-webui"><img src="https://badge.fury.io/py/text-webui.svg" alt="pypi version"></a>
</div>
</div>

This repo is a implementation of the ChatGpt + LangChain Library. It also supports WebUI for the same.

### Installation
```bash
pip install text-webui
```

### Usage
```python

```


