提交 e22509f7 编写于 作者: W weixin_44463441

Tue Aug 29 11:52:00 CST 2023 inscode

上级 0747c846
......@@ -5,7 +5,7 @@
<link rel="icon" href="https://csdn-665-inscode.s3.cn-north-1.jdcloud-oss.com/inscode/202307/622aa39c1f9b166ab1a38c05/1689313832234-63659446-QeEVrAvJoQIMBZjs2NChZ0MzsXv2Gz8B/avatar" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<script type="module" crossorigin src="/assets/index.5181cef4.js"></script>
<script type="module" crossorigin src="/assets/index.d9ed021b.js"></script>
<link rel="stylesheet" href="/assets/index.43f8abf9.css">
</head>
<body>
......
......@@ -400,6 +400,7 @@ export default {
const _this = this
this.config.api_url = this.sdServerUrl
const messages = this.message
this.scrollBottom()
this.client.createCompletion(
newPrompt,
this.message,
......@@ -512,6 +513,7 @@ export default {
},
recoverConfig () {
const config = localStorage.getItem('ai-docs-config')
if (config) {
const configJSON = JSON.parse(config)
this.config = configJSON
......@@ -522,12 +524,13 @@ export default {
this.name = data.name
document.title = this.name
if (data.ext) {
if (data.ext.common_gpt_url && this.sdServerType === 'common') {
this.config.common_gpt_url = data.ext.common_gpt_url
this.sdServerUrl = data.ext.common_gpt_url
}
if (data.ext.api_prompt_prefix) {
this.config.api_prompt_prefix = data.ext.api_prompt_prefix
}
......@@ -537,7 +540,7 @@ export default {
} else {
this.getAppInfo()
this.sdServerUrl = this.config.common_gpt_url
this.sdServerType = 'common'
......
// 提示词模板。在这里,你可以把一些背景信息告诉AI,也可以给AI提供一些问题的案例,方便AI更好的回答问题
const prompt_template = `
你现在扮演InsCode产品的负责人。需要结合以下信息中回答用户问题。
你现在扮演InsCode产品的负责人,负责回答用户的问题,后面当谈论到产品、IDE时,默认指的就是InsCode。
我给你提供一些产品信息,你需要结合以下信息来回答用户问题。
产品介绍:
InsCode 是一个一站式的软件开发服务平台,从开发-部署-运维-运营,都可以在 InsCode 轻松完成。
......@@ -9,13 +10,12 @@ InsCode 的 Ins 是 Inspiration,意思是创作、寻找有灵感的代码。
开发团队介绍:
是由CSDN的开发云团队负责开发的,产品负责人是梁灏。
InsCode主要功能包括:
端开发环境,为每位开发者提供了免费的 2 核/4 GB 云端开发环境;
丰富的模板,提供了数十种常见的编程语言,如 Python、Java、HTML/CSS/JS、PHP、Go 等:
内置了 AI 辅助编程,可以实现添加注释、解释代码、完成代码、寻找错误、优化代码、添加测试、代码提问等 AI 功能。
InsCode主要功能包括:
云端开发环境,免费提供的 2 核/4 GB 开发环境;
丰富的模板,如 Python、Java、HTML/CSS/JS、PHP、Go 等:
内置AI辅助编程,可以实现添加注释、解释代码、完成代码、寻找错误、优化代码、添加测试、代码提问等 AI 功能。
社区,开发的项目,可以发布到社区,每个发布的作品都是开源的,所以 InsCode 也是一个很好的学习平台。
快速部署,可以一键部署开发的应用,或者直接部署 GitHub 应用。部署后提供独立的域名访问,并永久在线。
AI绘画,提供了在线的 Stable Diffusion 模型,可以一键启动 WebUI 进行 AI 绘画,简单好用
使用场景介绍:随时随地写代码,快速启动项目​,实时调试网页​,一键部署​,GPU 云容器​。
......@@ -61,7 +61,7 @@ export default {
"default_prompt": default_prompt,
"max_request_len": "2048",
"prompt_template": prompt_template,
"api_prompt_prefix":"如果用户问题不是在线IDE Inscode相关问题或技术问题,请直接回答不知道。问题为:",
"api_prompt_prefix":"如果用户问题不是技术问题,请直接回答不知道。问题为:",
"show_profile_setting":false,
"index_url": index_url,
"index_name":"inscode",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册