allchat

allchat

全能AI交互平台,集成多模型、图像处理、文档管理及代码执行

AllChat是一个开源的AI交互平台,整合了多个主流AI模型。它提供历史记录、图像处理、文档管理、代码执行等功能,并支持Markdown格式。通过Web工具,AllChat实现了AI模型与实际应用的无缝连接。这个全面的AI助手旨在满足各类复杂AI应用需求,为用户提供便捷的AI交互体验。

AllChatAI助手多模型交互聊天功能Web工具Github开源项目

AllChat

An AI assistant app that interacts with all major models, maintains history, generates and recognizes images, uploads PDFs/Word/Excel files, runs code, makes function calls to models, supports Markdown formatting, and more. Fully written by Claude 3 Sonnet.

image

Table of Contents

PROD (with $4.99 subscription)

https://allchat.online

GitHub Repo stars License: MIT

<a href="https://www.producthunt.com/posts/allchat-3?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-allchat&#0045;3" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=454662&theme=light" alt="AllChat - Unleash&#0032;the&#0032;Power&#0032;of&#0032;All&#0032;Major&#0032;AI&#0032;Models&#0032;in&#0032;One&#0032;Place | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>

Features

  • Gemini Pro 1.5, Claude 3.5 and GPT-4o
  • Artifacts
  • Avatar Builder
  • Shared Chats
  • Achievements
  • Audio Input in Gemini
  • Video Input in Gemini
  • Custom GPTs
  • Email respond (with attachments, like PDFs, Word, etc)
  • Memory - any information about user which you agreed to persist
  • Scheduling any action (hourly or daily) to your email
  • YouTube video summary
  • Image Input (png/jpeg) in Gemini and Claude
  • Image Generation by SDXL
  • Together AI models databricks/dbrx-instruct mistralai/Mixtral-8x22B-Instruct-v0.1, LLama-3, etc
  • File upload PDFs, Word, Excel into the conversation
  • Multiple chats
  • Markdown formatting
  • Edit your messages with response regeneration
  • Python Code Run
  • PDF export of all chats
  • Mobile friendly, PWA, Android app, etc
  • Web Tools - weather, stocks, email send, Telegram, web search, etc - with Gemini, Claude, OpenAI models
  • Please ask for more features in Discussions

Connect model to world with Web Tools (switch on WebTools option)

  • Instantly run Python code: Just ask AI to write your code and let Python Code Run take care of execution. You can even create pictures or graphs - simply instruct AI to save them to a file. Just say Create a python program which will draw house and clouds and save to disk
  • Effortlessly fetch real-time data: Easily access important information such as weather updates, stock prices, and the latest news - just ask Whats weather in my country?
  • Automate your email and Telegram correspondences: Send emails effortlessly to yourself or others. Just say Send information to me
  • If your task require some compute, Python program will be created and executed in the background. Just say Calculate first 100 Fibonacci numbers
  • Get the latest news from Google News in your preferred language and receive them directly in your inbox. Keep up with industry trends and advancements. Just say Send me your comment about latest news
  • Create PowerPoint presentations. Just say Create 10 slides for presentation "Comparison of CZC.cz and Alza.cz" then write a Python program that will save it to disk then run code and Save To resulting .pptx link
  • Schedule action and send results to you. Just say schedule hourly action: generate haiku about spring
  • Write an email to Assistant allchatonline.ai@gmail.com with any inquiry (attachments allowed)

RUN LOCALLY

Environment variables

You have to get some of those APIs and set environment variables (or put to .env file in the server folder, you can start with /server/.env.example, rename it to .env):

  • GOOGLE_KEY - Google cloud project name
  • CLAUDE_KEY - Anthropic Key (for Haiku)
  • TOGETHER_KEY - for Together models
  • JWT_TOKEN - any random string
  • OPENWEATHER_API_KEY - for weather tools
  • YAHOO_FINANCE_API_KEY - for stocks tools
  • TELEGRAM_KEY - for Telegram tools to work
  • EMAIL - for email tools
  • EMAIL_PASSWORD - for email tools

Run

  • Start local Mongo DB (or containerized: docker run -p 27017:27017 -d mongo)
  • In the server folder, npm i then npm run api
  • In the root folder, npm i then npm run start
graph LR subgraph AllChat["AllChat"] subgraph Application["Application Services"] Backend["Backend<br>extender777/allchat-backend"]-->MongoDB Frontend["Frontend<br>extender777/allchat-frontend"]-->Backend PythonShell["Python Shell<br>python:3.12"]-->Backend end subgraph Data["Data Services"] MongoDB["MongoDB<br>mongo:latest"] end subgraph Monitoring["Monitoring Services"] Prometheus["Prometheus<br>prom/prometheus"] NodeExporter["Node Exporter<br>prom/node-exporter"] Grafana["Grafana<br>grafana/grafana"]-->Prometheus Grafana-->Loki Loki["Loki<br>grafana/loki"] end end subgraph Volumes MongoData["mongo-data"] PrometheusVolume["prometheus"] GrafanaVolume["grafana"] LokiVolume["loki"] end MongoDB-->MongoData Prometheus-->PrometheusVolume Grafana-->GrafanaVolume Loki-->LokiVolume classDef serviceName fill:#ffc107,stroke:#ff9800,color:#212121; class Backend,Frontend,PythonShell,MongoDB,Prometheus,NodeExporter,Grafana,Loki serviceName;
graph TD A[AllChat API] --> B[Express Server] B --> C[Routes] B --> D[Middleware] B --> E[Database] B --> F[External Services] C --> C1[User Management] C --> C2[Chat Interactions] C --> C3[Tool Calls] C --> C4[Subscriptions] D --> D1[CORS] D --> D2[Rate Limiting] D --> D3[Authentication] D --> D4[Logging] E --> E1[MongoDB] F --> F1[AI Models] F --> F2[Email Service] F --> F3[Telegram Bot] F --> F4[Payment Gateway] F --> F5[Web Scraping] F --> F6[File Processing] F1 --> F1A[Anthropic AI] F1 --> F1B[Google Vertex AI] F1 --> F1C[OpenAI] F6 --> F6A[PDF Parsing] F6 --> F6B[Word Document Processing] F6 --> F6C[Excel Spreadsheet Handling] B --> G[WebSocket Server] H[Utilities] --> H1[Sitemap Generation] H --> H2[Cron Jobs] H --> H3[Image Processing]

Star History

Star History Chart

Stargazers repo roster for @msveshnikov/allchat

Forkers repo roster for @msveshnikov/allchat

TODO

[x] other user avatars, not always mine

[x] custom GPT avatar auto create

[x] shared chat manager for owners

[x] broadcast update of shared chat - WebSockets

[x] Coins and Achievments

[x] Artifacts

[x] Sonnet 3.5

[x] OpenSCAD models

[x] React type artifacts

[x] Custom GPT Shop

[ ] 4 CPU or websockets

[ ] openSCAD colors

编辑推荐精选

商汤小浣熊

商汤小浣熊

最强AI数据分析助手

小浣熊家族Raccoon,您的AI智能助手,致力于通过先进的人工智能技术,为用户提供高效、便捷的智能服务。无论是日常咨询还是专业问题解答,小浣熊都能以快速、准确的响应满足您的需求,让您的生活更加智能便捷。

imini AI

imini AI

像人一样思考的AI智能体

imini 是一款超级AI智能体,能根据人类指令,自主思考、自主完成、并且交付结果的AI智能体。

Keevx

Keevx

AI数字人视频创作平台

Keevx 一款开箱即用的AI数字人视频创作平台,广泛适用于电商广告、企业培训与社媒宣传,让全球企业与个人创作者无需拍摄剪辑,就能快速生成多语言、高质量的专业视频。

即梦AI

即梦AI

一站式AI创作平台

提供 AI 驱动的图片、视频生成及数字人等功能,助力创意创作

扣子-AI办公

扣子-AI办公

AI办公助手,复杂任务高效处理

AI办公助手,复杂任务高效处理。办公效率低?扣子空间AI助手支持播客生成、PPT制作、网页开发及报告写作,覆盖科研、商业、舆情等领域的专家Agent 7x24小时响应,生活工作无缝切换,提升50%效率!

TRAE编程

TRAE编程

AI辅助编程,代码自动修复

Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。

热门AI工具生产力协作转型TraeAI IDE
蛙蛙写作

蛙蛙写作

AI小说写作助手,一站式润色、改写、扩写

蛙蛙写作—国内先进的AI写作平台,涵盖小说、学术、社交媒体等多场景。提供续写、改写、润色等功能,助力创作者高效优化写作流程。界面简洁,功能全面,适合各类写作者提升内容品质和工作效率。

AI助手AI工具AI写作工具AI辅助写作蛙蛙写作学术助手办公助手营销助手
问小白

问小白

全能AI智能助手,随时解答生活与工作的多样问题

问小白,由元石科技研发的AI智能助手,快速准确地解答各种生活和工作问题,包括但不限于搜索、规划和社交互动,帮助用户在日常生活中提高效率,轻松管理个人事务。

聊天机器人AI助手热门AI工具AI对话
Transly

Transly

实时语音翻译/同声传译工具

Transly是一个多场景的AI大语言模型驱动的同声传译、专业翻译助手,它拥有超精准的音频识别翻译能力,几乎零延迟的使用体验和支持多国语言可以让你带它走遍全球,无论你是留学生、商务人士、韩剧美剧爱好者,还是出国游玩、多国会议、跨国追星等等,都可以满足你所有需要同传的场景需求,线上线下通用,扫除语言障碍,让全世界的语言交流不再有国界。

讯飞智文

讯飞智文

一键生成PPT和Word,让学习生活更轻松

讯飞智文是一个利用 AI 技术的项目,能够帮助用户生成 PPT 以及各类文档。无论是商业领域的市场分析报告、年度目标制定,还是学生群体的职业生涯规划、实习避坑指南,亦或是活动策划、旅游攻略等内容,它都能提供支持,帮助用户精准表达,轻松呈现各种信息。

热门AI工具AI办公办公工具讯飞智文AI在线生成PPTAI撰写助手多语种文档生成AI自动配图
下拉加载更多