GLLM Generation v0.5 to v0.6
Response Synthesizer
Deprecated Classes Removed
from gllm_generation.response_synthesizer import StuffResponseSynthesizer
synthesizer = StuffResponseSynthesizer(
lm_request_processor=lm_request_processor,
streamable=True,
extractor_func=my_extractor
)Preset Methods Removed
state_variables Parameter Removed
state_variables Parameter RemovedReference Formatter
Enforced Reference Chunks Simplification for Streaming
Deep Researcher
OpenAI Deep Researcher - Deprecated Parameters Removed
Component Base Classes
_run() Method Removed
_run() Method RemovedAbstract Methods Now Enforced
Last updated
Was this helpful?