Alternate languages for journal prompt of the day

Does the Prompt of the Day on the Diary page only support GPT generation that can’t be customized and the language can’t be changed? I am a Chinese and I am using kinopio in Chinese, is there any way to customize it or change its language?

1 Like

Yes, that’s currently the case, I believe.

You can, of course, add your own prompts, but those don’t change.

1 Like

other language support for prompts is something i’d like to add in the future, but it’s a big effort so the more ppl who chime in saying they want this (and what language they want) the higher i can prioritize it

in the meantime, if it’s helpful , here’s how i’m generating daily prompts:

      const type = _.sample(types)
      let messages = [
        {
          role: "system",
          content: "You are a friend who improves the lives of others. never refer to yourself."
        }, {
          role: "user",
          "content": `short random ${type} journaling prompt. Prompt must be less than 250 characters long`
        }
      ]
      const response = await openai.chat.completions.create({
        model: 'gpt-4',
        messages
      })

i run this once a day and the generated journal prompt is what everyone currently uses (way cheaper than generating a journal prompt on demand every time a journal is created, but this also makes customizations tricky)

hey @Kodokusha

can you let me know what the quality level of this chatgpt translation is like?

1 Like

Yes, I think the translation is accurate.

1 Like

Sorry, I don’t have experience in programming related matters, so I don’t quite understand the process of running this generated diary

2 Likes

bumped for more :eyes:s in Discord