Rekt-Chat / js /config.js
likhonsheikh's picture
Create config.js
5a4d69e verified
raw
history blame contribute delete
310 Bytes
const config = {
COHERE_API_KEY: 'zOfD6HqQGurB2UI9kiIjs9elnj2cYR6L93uwmw2E',
COHERE_API_URL: 'https://api.cohere.ai/v1/generate',
BOT_NAME: 'Rekt Chat',
WELCOME_MESSAGE: "Hello! I'm your AI assistant. How can I help you today?",
MAX_RETRIES: 3,
RETRY_DELAY: 1000,
MAX_CHARS: 1000
};