[TOC]

enterprse chatbot application platform

整体模块介绍

soln-ecap

soln-ecap

agent-ecap

agent-ecap

bot-ecap

bot-ecap

kcs-ecap

kcs-ecap

bi-ecap

bi-ecap

soln-ecap

soln-ecap

corp-ecap

corp-ecap

ai-ecap

ai-ecap

ecap 方案

website homepage guide

  1. agent-ecap.github.io - Agent Ecap 的GitHub页面
  2. ai-ecap.github.io - AI Ecap 的GitHub页面
  3. bi-ecap.github.io - BI Ecap 的GitHub页面
  4. bot-ecap.github.io - Bot Ecap 的GitHub页面
  5. corp-ecap.github.io - Corp Ecap 的GitHub页面
  6. kcs-ecap.github.io - KCS Ecap 的GitHub页面
  7. soln-ecap.github.io - Soln Ecap 的GitHub页面

website github url

  1. agent-ecap - Agent Ecap 的GitHub页面
  2. ai-ecap - AI Ecap 的GitHub页面
  3. bi-ecap - BI Ecap 的GitHub页面
  4. bot-ecap - Bot Ecap 的GitHub页面
  5. corp-ecap - Corp Ecap 的GitHub页面
  6. kcs-ecap - KCS Ecap 的GitHub页面
  7. soln-ecap - Soln Ecap 的GitHub页面

html website source code url

 https://github.com/agent-ecap/agent-ecap.github.io

 https://github.com/bot-ecap/bot-ecap.github.io

 https://github.com/kcs-ecap/kcs-ecap.github.io

 https://github.com/bi-ecap/bi-ecap.github.io

 https://github.com/soln-ecap/soln-ecap.github.io

 https://github.com/corp-ecap/corp-ecap.github.io

 https://github.com/ai-ecap/ai-ecap.github.io

HTML本地文件夹名字

soln-ecap.github.io

agent-ecap.github.io

bot-ecap.github.io

kcs-ecap.github.io

bi-ecap.github.io

soln-ecap.github.io

corp-ecap.github.io

ai-ecap.github.io

wikiecap的wikicode本地路径

d:
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub

cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\wikiecap\agentwiki
git add .  && git commit -m"wiki code by lk" && git push 
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\wikiecap\botwiki
git add .  && git commit -m"wiki code by lk" && git push
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\wikiecap\kscwiki
git add .  && git commit -m"wiki code by lk" && git push
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\wikiecap\biwiki
git add .  && git commit -m"wiki code by lk" && git push
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\wikiecap\solnwiki
git add .  && git commit -m"wiki code by lk" && git push
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\wikiecap\corpwiki
git add .  && git commit -m"wiki code by lk" && git push
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\wikiecap\aiwiki
git add .  && git commit -m"wiki code by lk" && git push

下载wikicode网站源码地址

git clone https://github.com/agent-ecap/agentwiki
git clone https://github.com/bot-ecap/botwiki
git clone https://github.com/kcs-ecap/kscwiki
git clone https://github.com/bi-ecap/biwiki
git clone https://github.com/soln-ecap/solnwiki
git clone https://github.com/corp-ecap/corpwiki
git clone https://github.com/ai-ecap/aiwiki

下载wikihtml地址

初始化脚本
git clone https://github.com/agent-ecap/agent-ecap.github.io
git clone https://github.com/bot-ecap/bot-ecap.github.io
git clone https://github.com/kcs-ecap/kcs-ecap.github.io
git clone https://github.com/bi-ecap/bi-ecap.github.io
git clone https://github.com/soln-ecap/soln-ecap.github.io
git clone https://github.com/corp-ecap/corp-ecap.github.io
git clone https://github.com/ai-ecap/ai-ecap.github.io

WikeHtml地址推送

本地文件名字
# soln-ecap.github.io

# agent-ecap.github.io

# bot-ecap.github.io

# kcs-ecap.github.io

# bi-ecap.github.io

# soln-ecap.github.io

# corp-ecap.github.io

# ai-ecap.github.io

推送WikiHTML脚本

d:
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\github.io.ecap
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\github.io.ecap\soln-ecap.github.io
git add .  && git commit -m"wiki code by lk" && git push || git push
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\github.io.ecap\agent-ecap.github.io
git add .  && git commit -m"wiki code by lk" && git push || git push
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\github.io.ecap\bot-ecap.github.io
git add .  && git commit -m"wiki code by lk" && git push || git push
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\github.io.ecap\kcs-ecap.github.io
git add .  && git commit -m"wiki code by lk" && git push || git push
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\github.io.ecap\bi-ecap.github.io
git add .  && git commit -m"wiki code by lk" && git push || git push
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\github.io.ecap\soln-ecap.github.io
git add .  && git commit -m"wiki code by lk" && git push || git push
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\github.io.ecap\corp-ecap.github.io
git add .  && git commit -m"wiki code by lk" && git push || git push
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\github.io.ecap\ai-ecap.github.io
git add .  && git commit -m"wiki code by lk" && git push || git push

推送Wikicode源码更新的脚本

d:
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub

cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\wikiecap\agentwiki
git add .  && git commit -m"wiki code by lk" && git push 
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\wikiecap\botwiki
git add .  && git commit -m"wiki code by lk" && git push
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\wikiecap\kscwiki
git add .  && git commit -m"wiki code by lk" && git push
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\wikiecap\biwiki
git add .  && git commit -m"wiki code by lk" && git push
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\wikiecap\solnwiki
git add .  && git commit -m"wiki code by lk" && git push
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\wikiecap\corpwiki
git add .  && git commit -m"wiki code by lk" && git push
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\wikiecap\aiwiki
git add .  && git commit -m"wiki code by lk" && git push

cd ..

编译WikiCode脚本

d:
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\wikiecap 
git add . && git commit -m"update file by lk , auto by job" && git push
gitbook build && start pushfile_copy.cmd

复制和推送WikiHTML

d:
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\wikiecap _book
xcopy  /E /Y * "D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\6LLM.github.io" 
cd D:\sourcecode\ecap-NN\ChatGPT\sourcecode\2024\myGithub\6LLM.github.io
git add . && git commit -m"update file by lk , auto by job" && git push
© snowdreams1006 all right reserved,powered by Gitbook文件修订时间: 2024-05-22 21:14:41

results matching ""

    No results matching ""

    results matching ""

      No results matching ""