Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🌟 Revolutionize Your Operations with One Sentence Automation: Utilizing large language models and Multi-Agents to generate operational copy, images, and videos with one-line requirements.

License

NotificationsYou must be signed in to change notification settings

xuyuan23/operateGPT

Repository files navigation

🚀🚀Experience Now!!

🔥🔥Latest Release Version:V0.0.1

🔥🔥Multi-Models Management

Using large language models and multi-agent technology, a single request can automatically generate marketing copy, images, and videos, and with one click, can be sent to multiple platforms, achieving a rapid transformation in marketing operations.

OperateGPT Process

Supported LLMs

LLMSupportedModel TypeNotes
ChatGPTProxyDefault
BardProxy
Vicuna-13bLocal Model
Vicuna-13b-v1.5Local Model
Vicuna-7bLocal Model
Vicuna-7b-v1.5Local Model
ChatGLM-6BLocal Model
ChatGLM2-6BLocal Model
baichuan-13bLocal Model
baichuan2-13bLocal Model
baichuan-7bLocal Model
baichuan2-7bLocal Model
Qwen-7b-ChatComing soonLocal Model

Supported Embedding Models

LLMSupportedNotes
sentence-transformersDefault
text2vec-large-chinese
m3e-large
bge-large-en
bge-large-zh

Installation

Firstly, download and install the relevant LLMs.

mkdir models & cd models# Size: 522 MBgit lfs install git clone https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2# [Optional]# Size: 94 GB, supported run in cpu model(RAM>14 GB). stablediffusion-proxy service is recommended, https://github.com/xuyuan23/stablediffusion-proxygit lfs install git clone https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0# [Optional]# Size: 16 GB, supported run in cpu model(RAM>16 GB). Text2Video service is recommended. https://github.com/xuyuan23/Text2Videogit lfs installgit clone https://huggingface.co/cerspense/zeroscope_v2_576w

Then, download dependencies and launch your project.

yum install gcc-c++pip install -r requirements.txt# copy file `.env.template` to new file `.env`, and modify the params in `.env`.cp .env.template .env [Options]# deploy stablediffusion service, if StableDiffusion proxy is used, no need to execute it!python operategpt/providers/stablediffusion.py[Options]# deploy Text2Video service, if Text2Video proxy server is used, no need to execute it!python operategpt/providers/text2video.py# Quick trial: two params: idea and language, `en is default`, also supported zh(chinese).python main.py "Prepare a travel plan to Australia" "en"

Configuration

  • By default, ChatGPT is used as the LLM, and you need to configure theOPEN_AI_KEY in.env
OPEN_AI_KEY=sk-xxx# If you don't deploy stable diffusion service, no image will be generated.SD_PROXY_URL=127.0.0.1:7860# If you don't deploy Text2Video service, no videos will be generated.T2V_PROXY_URL=127.0.0.1:7861
  • More Details see file.env.template

Generated DEMOs

About

🌟 Revolutionize Your Operations with One Sentence Automation: Utilizing large language models and Multi-Agents to generate operational copy, images, and videos with one-line requirements.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp