Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
The Dod bca1f8073e Prompt and chat-example edits. New media. 8 månader sedan
archive Add video_content embeds 1 år sedan
editor-archive Add video_content embeds 1 år sedan
static Prompt and chat-example edits. New media. 8 månader sedan
templates Prompt and chat-example edits. New media. 8 månader sedan
.gitignore Add README 10 månader sedan
README.md README edit 10 månader sedan
app.py Prompt and chat-example edits. New media. 8 månader sedan
debug-server.sh Add prompt/<user>.txt 1 år sedan
example.env Connect to chatGPT 1 år sedan
requirements.txt Connect to chatGPT 1 år sedan

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)