derdide / telegram_multi_llm_bot

ChatBot to allow prompting of multiple LLMs in parallel, among other things
MIT License
0 stars 0 forks source link

Special chat modes - OK on GPT but not on Anthropic #1

Closed derdide closed 1 month ago

derdide commented 1 month ago

The special chat modes works as intended for GPT, but doesn't work on Anthropic. This comes a slight difference on how both APIs manage it. GPT manages "system" as a role - this is how it is implemented. Anthropic manages it as a prompt (see here: https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/system-prompts).

derdide commented 1 month ago

Done, tested, works