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 69714a7cc5 Add README před 10 měsíci
archive Add video_content embeds před 1 rokem
editor-archive Add video_content embeds před 1 rokem
static fix copy/paste errors in templates před 1 rokem
templates fix copy/paste errors in templates před 1 rokem
.gitignore Add README před 10 měsíci
README.md Add README před 10 měsíci
app.py Add README před 10 měsíci
debug-server.sh Add prompt/<user>.txt před 1 rokem
example.env Connect to chatGPT před 1 rokem
requirements.txt Connect to chatGPT před 1 rokem

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). 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)