Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
The Dod 40770dd4cc Prompt edit, add media, example-moments vor 1 Monat
archive Add video_content embeds vor 7 Monaten
editor-archive Add video_content embeds vor 7 Monaten
example-moments Prompt edit, add media, example-moments vor 1 Monat
static Prompt edit, add media, example-moments vor 1 Monat
templates Prompt edit, add media, example-moments vor 1 Monat
.gitignore Add README vor 4 Monaten
README.md README edit vor 4 Monaten
app.py Add media vor 1 Monat
debug-server.sh Add prompt/<user>.txt vor 6 Monaten
example.env Connect to chatGPT vor 7 Monaten
requirements.txt Connect to chatGPT vor 7 Monaten

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)