intelligence-hub

所属分类:嵌入式/单片机/硬件编程
开发工具:Less
文件大小:0KB
下载次数:0
上传日期:2024-03-21 02:16:23
上 传 者sh-1993
说明:  智能中心
(intelligence hub)

文件列表:
public/
routes/
sockets/
views/
.env.example
LICENSE
gulpfile.js
index.js
package-lock.json
package.json
screenshot.gif

# Intelligence Hub Intelligence Hub is an AI chat interface designed to allow users to engage in conversations with multiple chatbots simultaneously, providing more comprehensive responses and mitigating the risk of misleading information from hallucinations. The platform currently supports two chatbots: OpenAI's ChatGPT and Anthropic's Claude. ![Screenshot of Intelligence Hub](https://github.com/streaver91/intelligence-hub/blob/master/./screenshot.gif) ## Prerequisites Before using Intelligence Hub, ensure that you have Node.js installed on your system. You can download and install Node.js and npm from the official Node.js website. The site provides pre-built installers for various platforms (Windows, macOS, Linux): [Node.js Download Page](https://github.com/streaver91/intelligence-hub/blob/master/https://nodejs.org/en/download/) ## Installation To install Intelligence Hub, follow these steps using npm: ``` npm install npm run build ``` Note: The `npm install` command installs all the necessary dependencies, and `npm run build` compiles the application. ## Configuration For configuring Intelligence Hub, start by duplicating the `.env.example` file and renaming it to `.env`. Then, fill in your API credentials and adjust other variables as needed. ```bash cp .env.example .env ``` Access to both OpenAI's ChatGPT and Anthropic's Claude APIs is required to utilize Intelligence Hub fully. You can register for OpenAI's API at [https://platform.openai.com/signup](https://github.com/streaver91/intelligence-hub/blob/master/https://platform.openai.com/signup) and Anthropic's at [https://www.anthropic.com//](https://github.com/streaver91/intelligence-hub/blob/master/https://www.anthropic.com/). Once you have access, generate new API keys and configure the necessary credentials in the `.env` file. ## Modes Intelligence Hub provides two operational modes: 1. **ECO Mode**: Engages with ChatGPT 3.5 and Claude 3 Sonnet for efficient and economical usage. 2. **PRO Mode**: Utilizes ChatGPT 4 and Claude 3 Opus for users seeking the most advanced conversational AI capabilities. ## Conversation History To enhance user experience, the conversation history is stored locally in the browser, allowing for continuity across multiple sessions. ## Usage To start Intelligence Hub, use the following command: ``` npm start ``` Afterwards, open your web browser and navigate to the provided local server address to start chatting with both ChatGPT and Claude simultaneously.

近期下载者

相关文件


收藏者