Chatbase: An innovative way to build and train chatbots using your own data.
Chatbase.co offers a service for building and training chatbots using GPT-3.5-turbo from OpenAI
Main features of the service:
Example of an API request:
const response = await fetch('https://www.chatbase.co/api/v1/chat', { method: 'POST', headers: { Authorization: `Bearer ` }, body: JSON.stringify({ messages: [ { content: 'How can I help you?', role: 'assistant' }, { content: 'What is chatbase?', role: 'user' } ], chatId: 'chatbase--1--pdf-p680fxvnm', stream: false, temperature: 0 }) })
The Chatbase neural network was first published on 04/22/2024 01:34:46 and manually edited on 04/22/2024 01:36:22.