Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
The Dod baf9a652d8 Add url_extras kludge to embeds 8 місяці тому
archive Add video_content embeds 1 рік тому
editor-archive Add video_content embeds 1 рік тому
static Add url_extras kludge to embeds 8 місяці тому
templates Add url_extras kludge to embeds 8 місяці тому
.gitignore Add README 10 місяці тому
README.md README edit 10 місяці тому
app.py Add url_extras kludge to embeds 8 місяці тому
debug-server.sh Add prompt/<user>.txt 1 рік тому
example.env Connect to chatGPT 1 рік тому
requirements.txt Connect to chatGPT 1 рік тому

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)