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 4396995380 Change image style to float, add tree tunnel gif před 8 měsíci
archive Add video_content embeds před 1 rokem
editor-archive Add video_content embeds před 1 rokem
static Change image style to float, add tree tunnel gif před 8 měsíci
templates Change image style to float, add tree tunnel gif před 8 měsíci
.gitignore Add README před 10 měsíci
README.md README edit před 10 měsíci
app.py Remove a debug print před 8 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 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)