Releases: nalgeon/pokitoki
Releases · nalgeon/pokitoki
v125
- OpenAI
prompt
and params
config properties.
- Allow
/imagine
and /reply
commands in groups.
- Concurrent updates from Telegram.
v116
- Relaxed image size parsing (#13).
- Allow shortcuts without prompt.
- Show shortcuts in help.
- Changed config file access mode from read-only to read-write.
- Nested config properties.
v104
- Count question length in tokens instead of characters (#12).
- Truncate questions that exceed the maximum number of tokens allowed by ChatGPT.
v68
- GPT-4 support and
openai_model
config property.
- Support for fine-tuned models (CLI only).
- Switched from HTTP/2 to HTTP/1.1 to mitigate LocalProtocolError.