https://github.com/tipani86/strawberry
🍓Strawberry AI chatbot
https://github.com/tipani86/strawberry
chain-of-thought openai strawberry streamlit
Last synced: 7 months ago
JSON representation
🍓Strawberry AI chatbot
- Host: GitHub
- URL: https://github.com/tipani86/strawberry
- Owner: tipani86
- Created: 2024-09-13T01:31:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-15T15:16:25.000Z (about 1 year ago)
- Last Synced: 2025-01-22T08:37:47.074Z (9 months ago)
- Topics: chain-of-thought, openai, strawberry, streamlit
- Language: Python
- Homepage: https://strawberry.xiaopan.ai
- Size: 246 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Strawberry 🍓
Strawberry AI chatbot## Installation
```bash
pip install -r requirements.txt
```## Usage
```bash
export OPENAI_API_KEY="[your-openai-api-key]"
streamlit run app.py
```