Project Icon

allchat

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

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

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

AllChat - Unleash the Power of All Major AI Models in One Place | Product Hunt

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

项目侧边栏1项目侧边栏2
推荐项目
Project Cover

豆包MarsCode

豆包 MarsCode 是一款革命性的编程助手,通过AI技术提供代码补全、单测生成、代码解释和智能问答等功能,支持100+编程语言,与主流编辑器无缝集成,显著提升开发效率和代码质量。

Project Cover

AI写歌

Suno AI是一个革命性的AI音乐创作平台,能在短短30秒内帮助用户创作出一首完整的歌曲。无论是寻找创作灵感还是需要快速制作音乐,Suno AI都是音乐爱好者和专业人士的理想选择。

Project Cover

有言AI

有言平台提供一站式AIGC视频创作解决方案,通过智能技术简化视频制作流程。无论是企业宣传还是个人分享,有言都能帮助用户快速、轻松地制作出专业级别的视频内容。

Project Cover

Kimi

Kimi AI助手提供多语言对话支持,能够阅读和理解用户上传的文件内容,解析网页信息,并结合搜索结果为用户提供详尽的答案。无论是日常咨询还是专业问题,Kimi都能以友好、专业的方式提供帮助。

Project Cover

阿里绘蛙

绘蛙是阿里巴巴集团推出的革命性AI电商营销平台。利用尖端人工智能技术,为商家提供一键生成商品图和营销文案的服务,显著提升内容创作效率和营销效果。适用于淘宝、天猫等电商平台,让商品第一时间被种草。

Project Cover

吐司

探索Tensor.Art平台的独特AI模型,免费访问各种图像生成与AI训练工具,从Stable Diffusion等基础模型开始,轻松实现创新图像生成。体验前沿的AI技术,推动个人和企业的创新发展。

Project Cover

SubCat字幕猫

SubCat字幕猫APP是一款创新的视频播放器,它将改变您观看视频的方式!SubCat结合了先进的人工智能技术,为您提供即时视频字幕翻译,无论是本地视频还是网络流媒体,让您轻松享受各种语言的内容。

Project Cover

美间AI

美间AI创意设计平台,利用前沿AI技术,为设计师和营销人员提供一站式设计解决方案。从智能海报到3D效果图,再到文案生成,美间让创意设计更简单、更高效。

Project Cover

AIWritePaper论文写作

AIWritePaper论文写作是一站式AI论文写作辅助工具,简化了选题、文献检索至论文撰写的整个过程。通过简单设定,平台可快速生成高质量论文大纲和全文,配合图表、参考文献等一应俱全,同时提供开题报告和答辩PPT等增值服务,保障数据安全,有效提升写作效率和论文质量。

投诉举报邮箱: service@vectorlightyear.com
@2024 懂AI·鲁ICP备2024100362号-6·鲁公网安备37021002001498号