Вы не можете выбрать более 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)