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

https://github.com/knightchaser/copiedchatgpt

A very simple Strealit application demonstration with OpenAI API
https://github.com/knightchaser/copiedchatgpt

example langchain streamlit

Last synced: about 2 months ago
JSON representation

A very simple Strealit application demonstration with OpenAI API

Awesome Lists containing this project

README

          

# CopiedChatGPT
A very simple Strealit application demonstration with OpenAI API, to get to know how to use basic langchain stuff :)

## Getting started
1. Create an `.env` file and set OpenAPI key like following
```
OPENAI_API_KEY=...
```

2. Install required packages in `requirements.txt`
```
pip install -r ./requirements.txt
```

3. Run!
```
streamlit run main.py
```