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 056c2bbe4f Add krishna gif hace 8 meses
archive Add video_content embeds hace 1 año
editor-archive Add video_content embeds hace 1 año
static Add krishna gif hace 8 meses
templates Add url_extras kludge to embeds hace 8 meses
.gitignore Add README hace 10 meses
README.md README edit hace 10 meses
app.py Add url_extras kludge to embeds hace 8 meses
debug-server.sh Add prompt/<user>.txt hace 1 año
example.env Connect to chatGPT hace 1 año
requirements.txt Connect to chatGPT hace 1 año

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)