Skip to content

Releases: nalgeon/pokitoki

v199

14 May 20:54
Compare
Choose a tag to compare

Support for gpt-4o model (only the text mode is supported, not images, audio or video).

v197

13 Apr 04:32
Compare
Choose a tag to compare

Ask with file

To ask a question about a document, send it as a file and write the question in the caption. The bot will read the file contents and answer. Currently only supports text content (plain text, code, data), not PDFs, images or audio. Sending multiple files is also not supported.

Ask with file

Other changes

  • Do not try to fetch quoted links (e.g. "https://example.org" or 'https://example.org').
  • Updated the list of supported OpenAI models (see below).

Supported OpenAI models:

gpt-4-turbo
gpt-4-turbo-preview
gpt-4-vision-preview
gpt-4
gpt-4-32k
gpt-3.5-turbo-1106
gpt-3.5-turbo
gpt-3.5-turbo-16k

If you are using something else, please upgrade to one of the above.

v188

26 Jan 13:52
Compare
Choose a tag to compare

GPT-4 models gpt-4-turbo-preview and gpt-4-0125-preview.

v182

13 Nov 10:12
Compare
Choose a tag to compare
  • Custom chat-wide prompts.
  • No message history in groups (the bot only answers direct questions or follow-ups to bot messages).

v176

11 Nov 17:00
Compare
Choose a tag to compare

Support for newer OpenAI models:

gpt-4-1106-preview
gpt-4-vision-preview
gpt-4
gpt-4-32k
gpt-3.5-turbo-1106
gpt-3.5-turbo
gpt-3.5-turbo-16k

dall-e-3

The model for the imagine command is now dall-e-3 (this is currently hardcoded and can't be changed). The default image size is 1024x1024.

v165

16 Apr 10:18
Compare
Choose a tag to compare
  • Support for Azure OpenAI (#18)
  • Add/remove individual list items with /config (e.g. /config telegram.usernames +alice)
  • Edit conversation.depth on the fly with /config

v153

13 Apr 19:22
Compare
Choose a tag to compare
  • Optional message limits for groups (e.g. "10 per hour" or "1 per minute"), see the conversation.message_limit config property.
  • Enable the /imagine command for specific audiences, see the imagine.enabled config property.
  • Rename the max_history_depth config property to conversation.depth.

v139

10 Apr 14:00
Compare
Choose a tag to compare
  • Allow changing telegram.usernames and telegram.chat_ids on the fly.
  • Allow /config only for admins in private chats.

v129

09 Apr 23:28
96a33a0
Compare
Choose a tag to compare

v125

10 Apr 14:18
Compare
Choose a tag to compare
  • OpenAI prompt and params config properties.
  • Allow /imagine and /reply commands in groups.
  • Concurrent updates from Telegram.