Skip to content

πŸ’¬ Chatbot ‐ Client application

Sebastian MusiaΕ‚ edited this page Mar 29, 2024 · 5 revisions

The SPA application is based on the Angular framework. The application is a simple chatbot client that uses the @boldare/ai-assistant library to communicate with the assistant.

The configuration of the application is located in the environment.ts file.

You can change the configuration to match your environment.

Name Description
env Environment name
appUrl The URL of the application.
apiUrl The URL of the API application.
websocketUrl The URL of the WebSocket server.
isThreadMemorized Set to true if you want to use the thread memory (keeping thread history).
isAudioEnabled Set to true if you want to use the audio features (play audio for the message).
isTranscriptionEnabled Set to true if you want to use the transcript feature (audio recording button).
isAttachmentEnabled Set to true if you want to use the attachments feature for a single message.
isRefreshEnabled Set to true if you want to use the refresh feature for the chatbot.
isConfigEnabled Set to true if you want to use the configuration feature (config form).
isAutoOpen Set to true if you want to open the chatbot automatically.
isStreamingEnabled Set to true if you want to use streaming for AI responses.
Clone this wiki locally