Skip to content

Commit ef91ac6

Browse files
committed
GenAI Processors 1.0.5
* CachedPartProcessor - support caching for PartProcessors: if the same part is received again, result can be taken from the cache. * GlobProcessor - stream files from local filesystem in-to processors. * Contrib processors: OpenRouterModel - add compatibility with a variety of LLMs available through OpenRouter. * Numerous bugfixes. * Added links to processors from @mbeacom: mbeacom/genai-processors-pydantic and mbeacom/genai-processors-url-fetch PiperOrigin-RevId: 785489489
1 parent b24a951 commit ef91ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai_processors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
"""Google DeepMind GenAI processors library."""
1717

18-
__version__ = '1.0.4'
18+
__version__ = '1.0.5'
1919

2020
from . import content_api as content_api_
2121
from . import processor as processor_

0 commit comments

Comments
 (0)