pull down to refresh
major adjustments across the switch to GPT-5
In case anyone wonders about this:
GPT-5 required the addition of the all-caps bit. Earlier models would still respond in English even if I gave them an entire paragraph of foreign language after just the first half of that SYSTEM prompt, however when I used that unmodified with GPT-5, it would basically switch to whichever language comprised the bulk of the USER prompt. I consider this a classical example of how a human foreign-language interpreter would obviously understand that the client needs the interpretation into English, while a GPT model happily barfs whichever language was most dominant towards the end of the context window.
reply
Do they have any subscription plans or is it still fully free to use?
reply
I don't think any of these services is "fully" free to use, by ideological standards; and I haven't reviewed any of their policies in detail to figure out which of the freely-given data and metadata is the cost of the freemium tier. Logs are definitely kept while the "remember context" setting is enabled, and I wouldn't be surprised if part of the agreement between services like these and the inference providers allows retention of partially blinded logs by the providers for improvement of their models.
Specifically regarding
GPT4Telegrambot, all the heavier models are available only to subscribers; the free tier only gives "lite" models. The ones I used most in the way described above are GPT-4o mini and GPT-5 mini; there are also Gemini and DeepSeek models, although I've not played around with them much just because the OpenAI models were the default and honestly I was more interested with getting good enough results than surveying the entire market.reply
GPT4Telegrambotthat allows selection between several different models and customisation of the SYSTEM prompt. I've been honing it for a while, and needed to make major adjustments across the switch to GPT-5.