flowbot-builder / README.md
duyngtr
init code
5db4f1d
---
title: Buddy OS AI Service
emoji: 🔥
colorFrom: gray
colorTo: pink
sdk: streamlit
sdk_version: 1.45.1
app_file: app.py
pinned: false
---
# Flow-based chatbot service repository
## Documents:
- Wiki page: [click here](https://olli-ai.atlassian.net/wiki/x/CACcag)
## Env preparation
Prepare the .env file like this for testing the code on k8s
```
ENV="local"
HOST="dev.flowbot.aws.iviet.com"
FLOWBOT_PORT=443
OPENAI_API_KEY=<YOUR API KEY>
```
## Code for testing
```
python client_chat.py <scenario>
```
Available scenarios:
- ai_tutor: To showcase AI Tutor usecase (Tool used: Evaluation)
- example: To test implemented tools (intent, entity, evaluation)