You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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)