Chatbots

Traditionally, we refer to them as solutions based on text chats. But currently, such systems are able to understand and synthesize a voice with specified parameters. We are already working on solutions that will allow the bot to understand video and generate a video assistant in real time.

Chatbots based on Large Language Models (LLM) can do more than you can imagine:
Conduct a dialogue on the broadest topics. The course of the dialogue can be programmed.
Responds in the style of speech, the manner that you set. It is possible to fully reproduce the style of a real person.
Respond based on documents (instructions, descriptions, etc.) without additional training. This allows you to quickly, with minimal cost
Refer to databases for more information.
Interact with third-party services via the API as needed.

You can implement any scenario with even higher quality than a dialogue with an ordinary employee.

Cases

Bot legal advice

The bot checks the contracts for possible risks from the point of view of a corporate lawyer and gives a detailed answer.

Technical Details: OpenAI/GPT-4 turbo API is used

Development period: 3 weeks

Bot legal advice
Bot consultant

The bot provides consultations based on the author’s content and in the style of a sexologist. It is impossible to distinguish a specific person from a living one.

Technical Details: The Mistral/Small API (Mixtral 8x7B) is used

Development period: 2 weeks

Bot consultant
Bot for checking students’ essays and assignments

A bot with extensible functionality for checking essays in English, motivational essays, etc. Provides detailed feedback, evaluates according to the evaluation system established for this type of test.

Technical details: The OpenAI/GPT-3 API is used.5

Development period: 2 weeks

Bot for checking students’ essays and assignments
The bot is a diagnostic doctor

Uses an original approach based on oriental medicine.Conducts a patient survey and makes a diagnosis. Currently, work is underway to finalize the appointment of treatment.

Technical Details: OpenAI/GPT-4 turbo API is used

Development period: 3 weeks

The bot is a diagnostic doctor
The first line support bot

An internal first-line support bot in a large company (several thousand employees). As a database for responses, 10 thousand+ documents are used, which were originally transmitted in MS Word, PDF, TXT, etc. format. They include several domains of knowledge.

Technical details: it works completely in the internal contour of the company on its own servers with GPU based on a pre-trained open source model

Development period: 3 months

The first line support bot
Bot seller

Sale of educational services and participation in conferences. A complex scenario of conducting a dialogue and guiding the client through the funnel has been implemented. The bot advises the client and answers questions about what external content is used for. Determines when the customer is ready to purchase the service and initiates the billing process.

Technical details: the Openapi/GPT-3.5 API was used, the ability to connect the bot via the API to Telegram and other interfaces.

Development period: 3 weeks

Bot seller