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

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

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
```