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
- Host: GitHub
- URL: https://github.com/knightchaser/copiedchatgpt
- Owner: KnightChaser
- Created: 2024-07-18T06:17:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T07:22:48.000Z (almost 2 years ago)
- Last Synced: 2025-06-22T19:41:05.265Z (12 months ago)
- Topics: example, langchain, streamlit
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```