flowbot-builder / README.md
duyngtr
init code
5db4f1d

A newer version of the Streamlit SDK is available: 1.54.0

Upgrade
metadata
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:

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)