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 40770dd4cc Prompt edit, add media, example-moments il y a 1 mois
archive Add video_content embeds il y a 7 mois
editor-archive Add video_content embeds il y a 7 mois
example-moments Prompt edit, add media, example-moments il y a 1 mois
static Prompt edit, add media, example-moments il y a 1 mois
templates Prompt edit, add media, example-moments il y a 1 mois
.gitignore Add README il y a 4 mois
README.md README edit il y a 4 mois
app.py Add media il y a 1 mois
debug-server.sh Add prompt/<user>.txt il y a 6 mois
example.env Connect to chatGPT il y a 7 mois
requirements.txt Connect to chatGPT il y a 7 mois

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)