Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
The Dod 40770dd4cc Prompt edit, add media, example-moments před 1 měsícem
archive Add video_content embeds před 7 měsíci
editor-archive Add video_content embeds před 7 měsíci
example-moments Prompt edit, add media, example-moments před 1 měsícem
static Prompt edit, add media, example-moments před 1 měsícem
templates Prompt edit, add media, example-moments před 1 měsícem
.gitignore Add README před 4 měsíci
README.md README edit před 4 měsíci
app.py Add media před 1 měsícem
debug-server.sh Add prompt/<user>.txt před 6 měsíci
example.env Connect to chatGPT před 7 měsíci
requirements.txt Connect to chatGPT před 7 měsíci

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)