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 3c9d03b746 Minor fixes: 2 ay önce
archive Add video_content embeds 7 ay önce
editor-archive Add video_content embeds 7 ay önce
static Minor fixes: 2 ay önce
templates Save user to moment file. Embed style edits 2 ay önce
.gitignore Add README 4 ay önce
README.md README edit 4 ay önce
app.py Minor fixes: 2 ay önce
debug-server.sh Add prompt/<user>.txt 7 ay önce
example.env Connect to chatGPT 7 ay önce
requirements.txt Connect to chatGPT 7 ay önce

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)