Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
The Dod c4da299766 README edit il y a 10 mois
archive Add video_content embeds il y a 1 an
editor-archive Add video_content embeds il y a 1 an
static fix copy/paste errors in templates il y a 1 an
templates fix copy/paste errors in templates il y a 1 an
.gitignore Add README il y a 10 mois
README.md README edit il y a 10 mois
app.py Add README il y a 10 mois
debug-server.sh Add prompt/<user>.txt il y a 1 an
example.env Connect to chatGPT il y a 1 an
requirements.txt Connect to chatGPT il y a 1 an

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)