Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
contextgem-0.11.1.tar.gz | 2025-07-11 | 143.5 kB | |
contextgem-0.11.1-py3-none-any.whl | 2025-07-11 | 187.6 kB | |
README.md | 2025-07-11 | 479 Bytes | |
v0.11.1 source code.tar.gz | 2025-07-11 | 30.0 MB | |
v0.11.1 source code.zip | 2025-07-11 | 30.4 MB | |
Totals: 5 Items | 60.7 MB | 5 |
Fixed
- Allow disabling system message (e.g. for basic chat interactions): Added support for omitting system messages in DocumentLLM by allowing empty strings, which prevents sending any system message to the LLM. Introduced a warning in
llm.chat()/llm.chat_async()
when the default system message (optimized for extraction tasks) is used. Updated initialization to set default system message only when needed, ensuring flexibility for basic chat without a system message.