選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
The Dod 40770dd4cc Prompt edit, add media, example-moments 1ヶ月前
archive Add video_content embeds 7ヶ月前
editor-archive Add video_content embeds 7ヶ月前
example-moments Prompt edit, add media, example-moments 1ヶ月前
static Prompt edit, add media, example-moments 1ヶ月前
templates Prompt edit, add media, example-moments 1ヶ月前
.gitignore Add README 4ヶ月前
README.md README edit 4ヶ月前
app.py Add media 1ヶ月前
debug-server.sh Add prompt/<user>.txt 6ヶ月前
example.env Connect to chatGPT 7ヶ月前
requirements.txt Connect to chatGPT 7ヶ月前

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)