MCPcopy Create free account

hub / github.com/Koko-boya/Comfyui-GeminiWeb / functions

Functions115 in github.com/Koko-boya/Comfyui-GeminiWeb

Methodrid
(self)
gemini_webapi/client.py:1464
Functionrun_in_new_loop
()
utils.py:135
Functionrunning
Decorator to check if GeminiClient is running before making a request. Parameters ---------- retry: `int`, optional Max numb
gemini_webapi/utils/decorators.py:8
Methodsanitize_response
Remove sensitive location data from response for safe sharing.
gemini_webapi/client.py:483
Methodsave
Save the image to disk. Parameters ---------- path: `str`, optional Path to save the image, by default w
gemini_webapi/types/image.py:153
Methodscore_chunk
Score a response chunk for image content quality. Higher score = better candidate for image extractio
gemini_webapi/client.py:941
Methodsend_message
Generates contents with prompt. Use as a shortcut for `GeminiClient.generate_content(prompt, image, self)`. Parameters
gemini_webapi/client.py:1365
Functionset_log_level
Set the log level for gemini_webapi. The default log level is "INFO". Note: calling this function for the first time will globally remove al
gemini_webapi/utils/logger.py:7
Methodstart_chat
Returns a `ChatSession` object attached to this client. Parameters ---------- kwargs: `dict`, optional A
gemini_webapi/client.py:1231
Methodtext
(self)
gemini_webapi/types/modeloutput.py:32
Methodthoughts
(self)
gemini_webapi/types/modeloutput.py:36
Methodupdate_gem
Update an existing custom gem. Parameters ---------- gem: `Gem | str` Gem to update, can be either a `ge
gemini_webapi/components/gem_mixin.py:202
Methodvalidate_cookies
(cls, v: dict)
gemini_webapi/types/image.py:145
Methodverify_image_container
Verify this is an image container by checking for expected structure.
gemini_webapi/client.py:923
Functionwrapper
(client, *args, retry=retry, **kwargs)
gemini_webapi/utils/decorators.py:20
← previous101–115 of 115, ranked by callers