¶ ¶ CarbonGPT - Ask the LLM! Service undergoing maintainance¶ <!-- # <p align="center">  </p> --> # # <p align="center">  </p> ## CarbonGPT - Ask the LLM! Service undergoing maintainance <!-- <html> <head> <title>CarbonGPT - Ask the LLM</title> </head> <div> </div> <div style="margin-top: -28%; width: 100vw; margin-left: calc(-50vw + 50%);"> <flowise-fullchatbot></flowise-fullchatbot> <script type="module"> import Chatbot from "https://cdn.jsdelivr.net/npm/flowise-embed/dist/web.js" Chatbot.initFull({ chatflowid: "c6080984-ab3a-489e-8a5d-9ad18e5310f6", apiHost: "https://carboncopies.onrender.com", theme: { chatWindow: { // title: "CarbonGPT", // titleAvatarSrc: "https://i.imgur.com/q7v1OQY.png", welcomeMessage: "Welcome to CarbonGPT. Ask us anything and beware of any misinformation from our language model. Feel free to contact us at contact@carboncopies.org!", backgroundColor: "#ffffff", errorMessage: 'Something went wrong with CarbonGPT!', height: 700, width: "full", fontSize: 16, poweredByTextColor: "#303235", botMessage: { backgroundColor: "#2e279d", textColor: "#ffffff", showAvatar: true, avatarSrc: "https://i.imgur.com/q7v1OQY.png", }, userMessage: { backgroundColor: "#032095", textColor: "#ffffff", showAvatar: false, // avatarSrc: "https://raw.githubusercontent.com/zahidkhawaja/langchain-chat-nextjs/main/public/usericon.png", }, textInput: { placeholder: "Ask us anything!", backgroundColor: "#ffffff", textColor: "#303235", sendButtonColor: "#2e279d", }, footer: { textColor: '#000000', text: 'Built with', company: 'Flowise', companyLink: 'https://flowiseai.com', }, }, button: { backgroundColor: 'rgba(46, 39, 157, 1)', right: -200, bottom: 20, size: "large", // small | medium | large | number dragAndDrop: true, iconColor: 'white', customIconSrc: 'https://i.imgur.com/bCsJ3kx.png', }, } }) </script> </div> </html> -->