このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
nimrodkerrett
/
aiceremony
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
29
コミット
1
ブランチ
ツリー:
a8647981d3
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'a8647981d3' から
${ noResults }
HTTPS
ZIP
TAR.GZ
The Dod
a8647981d3
README edit
1年前
archive
Add video_content embeds
2年前
editor-archive
Add video_content embeds
2年前
static
fix copy/paste errors in templates
2年前
templates
fix copy/paste errors in templates
2年前
.gitignore
Add README
1年前
README.md
README edit
1年前
app.py
Add README
1年前
debug-server.sh
Add prompt/<user>.txt
2年前
example.env
Connect to chatGPT
2年前
requirements.txt
Connect to chatGPT
2年前
README.md
Running
./debug-server.sh
Browse to
http://localhost:5000
Prompt files
Prompt template is at
templates/prompt.txt
The sources of the fields are:
{{user}}
— One of the files at
static/users
, describing current user.
{{schema}}
—
static/chat.schema.json
(after dereference). Describing the syntax [and some semantics] of JSON replies we expect from the assistant.
{{example}}
—
static/chat-example.json
{{img_enum}}
— Available images (including text description). See
here
(while server is running)