Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
The Dod 40770dd4cc Prompt edit, add media, example-moments 1 mēnesi atpakaļ
archive Add video_content embeds 7 mēnešus atpakaļ
editor-archive Add video_content embeds 7 mēnešus atpakaļ
example-moments Prompt edit, add media, example-moments 1 mēnesi atpakaļ
static Prompt edit, add media, example-moments 1 mēnesi atpakaļ
templates Prompt edit, add media, example-moments 1 mēnesi atpakaļ
.gitignore Add README 4 mēnešus atpakaļ
README.md README edit 4 mēnešus atpakaļ
app.py Add media 1 mēnesi atpakaļ
debug-server.sh Add prompt/<user>.txt 6 mēnešus atpakaļ
example.env Connect to chatGPT 7 mēnešus atpakaļ
requirements.txt Connect to chatGPT 7 mēnešus atpakaļ

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)