Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
8c702059
authored
Mar 28, 2023
by
archer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README
parent
c3ccbcb7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
30 deletions
+23
-30
.dockerignore
+1
-2
.prettierignore
+2
-1
.prettierrc.js
+18
-20
README.md
+2
-2
docs/FineTunes
+0
-5
No files found.
.dockerignore
View file @
8c702059
...
@@ -7,4 +7,4 @@ README.md
...
@@ -7,4 +7,4 @@ README.md
.git
.git
.yalc/
.yalc/
yalc.lock
yalc.lock
\ No newline at end of file
.prettierignore
View file @
8c702059
dist
dist
.vscode
.vscode
**/.DS_Store
**/.DS_Store
node_modules
node_modules
\ No newline at end of file
.prettierrc.js
View file @
8c702059
module
.
exports
=
{
module
.
exports
=
{
printWidth
:
100
,
printWidth
:
100
,
tabWidth
:
2
,
tabWidth
:
2
,
useTabs
:
false
,
useTabs
:
false
,
semi
:
true
,
semi
:
true
,
singleQuote
:
true
,
singleQuote
:
true
,
quoteProps
:
'as-needed'
,
quoteProps
:
'as-needed'
,
jsxSingleQuote
:
false
,
jsxSingleQuote
:
false
,
trailingComma
:
'none'
,
trailingComma
:
'none'
,
bracketSpacing
:
true
,
bracketSpacing
:
true
,
jsxBracketSameLine
:
false
,
jsxBracketSameLine
:
false
,
arrowParens
:
'always'
,
arrowParens
:
'always'
,
rangeStart
:
0
,
rangeStart
:
0
,
rangeEnd
:
Infinity
,
rangeEnd
:
Infinity
,
requirePragma
:
false
,
requirePragma
:
false
,
insertPragma
:
false
,
insertPragma
:
false
,
proseWrap
:
'preserve'
,
proseWrap
:
'preserve'
,
htmlWhitespaceSensitivity
:
'css'
,
htmlWhitespaceSensitivity
:
'css'
,
endOfLine
:
'lf'
endOfLine
:
'lf'
};
};
\ No newline at end of file
README.md
View file @
8c702059
# Fast GPT
# Fast GPT
Fast GPT 允许你
是
用自己的 openai API KEY 来快速的调用 openai 接口,包括 GPT3 及其微调方法,以及最新的 gpt3.5 接口。
Fast GPT 允许你
使
用自己的 openai API KEY 来快速的调用 openai 接口,包括 GPT3 及其微调方法,以及最新的 gpt3.5 接口。
## 初始化
## 初始化
复制 .env.template 成 .env.local ,填写核心参数
复制 .env.template 成 .env.local ,填写核心参数
...
@@ -11,7 +11,7 @@ AXIOS_PROXY_PORT=代理端口
...
@@ -11,7 +11,7 @@ AXIOS_PROXY_PORT=代理端口
MONGODB_URI=mongo数据库地址(例如:mongodb://username:password@ip:27017/?authSource=admin&readPreference=primary&appname=MongoDB%20Compass&directConnection=true&ssl=false)
MONGODB_URI=mongo数据库地址(例如:mongodb://username:password@ip:27017/?authSource=admin&readPreference=primary&appname=MongoDB%20Compass&directConnection=true&ssl=false)
MY_MAIL=发送验证码邮箱
MY_MAIL=发送验证码邮箱
MAILE_CODE=邮箱秘钥(代理里设置的是QQ邮箱,不知道怎么找这个 code 的,可以百度搜"nodemailer发送邮件")
MAILE_CODE=邮箱秘钥(代理里设置的是QQ邮箱,不知道怎么找这个 code 的,可以百度搜"nodemailer发送邮件")
TOKEN_KEY=随便填一个,用于生成和校验token
TOKEN_KEY=随便填一个,用于生成和校验
token
```
```
```
bash
```
bash
...
...
docs/FineTunes
deleted
100644 → 0
View file @
c3ccbcb7
{"prompt": "sealos的介绍", "completion": "sealos 是以 kubernetes 为内核的云操作系统发行版"}
{"prompt": "sealos是什么", "completion": "sealos 是以 kubernetes 为内核的云操作系统发行版"}
{"prompt": "sealos安装的先决条件", "completion": "sealos 是一个简单的 go 二进制文件,可以安装在大多数 Linux 操作系统中。"}
{"prompt": "sealos的CPU架构", "completion": "目前支持 amd64 和 arm64 架构。"}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment