Convai Playground
Setup Convai Playground
Image:
convaitech/convai-playground-onprem-mp:v0.1.6Environment Variable Setup
// playground.env
IS_ON_PREM=true
API_URL=http://localhsot:8000
BASE_URL=http://localhost:3000
REALTIME_API_URL=http://localhost:8002
DOMAIN_LINK=localhsot
# CONVAI_SECRET=dXv4+D...
LOGIN_URL=http://localhost:8081
...Config Setup
// playground-config.json
{
"CHARACTER_DASHBOARD": {
"DESCRIPTION": {
"SPEAKING_STYLE": true
},
"LANGUAGE_AND_SPEECH": {
"LANGUAGE": {
"VIEW": true
}
},
"CHATBOT": {
"GET_RESPONSE_GRPC": true,
"GET_RESPONSE_SSE": true
},
"STATE_OF_MIND": true,
"EMBODIED_ACTIONS": true,
"MEMORY": {
"RECENT_MEMORY": true,
"FILTERS_VIEW": true
}
},
"EXPERIENCE_DASHBOARD": {
"EMBED_EXPERIENCE": true,
"DETAILS": true
},
"BILLING_PAGE": {
"USAGE_SECTION": false
}
}Container Deployment:
Last updated