您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
The Dod 4396995380 Change image style to float, add tree tunnel gif 8 个月前
archive Add video_content embeds 1年前
editor-archive Add video_content embeds 1年前
static Change image style to float, add tree tunnel gif 8 个月前
templates Change image style to float, add tree tunnel gif 8 个月前
.gitignore Add README 10 个月前
README.md README edit 10 个月前
app.py Remove a debug print 8 个月前
debug-server.sh Add prompt/<user>.txt 1年前
example.env Connect to chatGPT 1年前
requirements.txt Connect to chatGPT 1年前

README.md

Running

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 based on content of static/media. See here while server is running). Describes the syntax and 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)