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 69714a7cc5 Add README 10 mēnešus atpakaļ
archive Add video_content embeds 1 gadu atpakaļ
editor-archive Add video_content embeds 1 gadu atpakaļ
static fix copy/paste errors in templates 1 gadu atpakaļ
templates fix copy/paste errors in templates 1 gadu atpakaļ
.gitignore Add README 10 mēnešus atpakaļ
README.md Add README 10 mēnešus atpakaļ
app.py Add README 10 mēnešus atpakaļ
debug-server.sh Add prompt/<user>.txt 1 gadu atpakaļ
example.env Connect to chatGPT 1 gadu atpakaļ
requirements.txt Connect to chatGPT 1 gadu 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). Describing the syntax [and some 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)