Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Koko-boya/Comfyui-GeminiWeb
/ functions
Functions
115 in github.com/Koko-boya/Comfyui-GeminiWeb
⨍
Functions
115
◇
Types & classes
26
Method
rid
(self)
gemini_webapi/client.py:1464
Function
run_in_new_loop
()
utils.py:135
Function
running
Decorator to check if GeminiClient is running before making a request. Parameters ---------- retry: `int`, optional Max numb
gemini_webapi/utils/decorators.py:8
Method
sanitize_response
Remove sensitive location data from response for safe sharing.
gemini_webapi/client.py:483
Method
save
Save the image to disk. Parameters ---------- path: `str`, optional Path to save the image, by default w
gemini_webapi/types/image.py:153
Method
score_chunk
Score a response chunk for image content quality. Higher score = better candidate for image extractio
gemini_webapi/client.py:941
Method
send_message
Generates contents with prompt. Use as a shortcut for `GeminiClient.generate_content(prompt, image, self)`. Parameters
gemini_webapi/client.py:1365
Function
set_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
Method
start_chat
Returns a `ChatSession` object attached to this client. Parameters ---------- kwargs: `dict`, optional A
gemini_webapi/client.py:1231
Method
text
(self)
gemini_webapi/types/modeloutput.py:32
Method
thoughts
(self)
gemini_webapi/types/modeloutput.py:36
Method
update_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
Method
validate_cookies
(cls, v: dict)
gemini_webapi/types/image.py:145
Method
verify_image_container
Verify this is an image container by checking for expected structure.
gemini_webapi/client.py:923
Function
wrapper
(client, *args, retry=retry, **kwargs)
gemini_webapi/utils/decorators.py:20
← previous
101–115 of 115, ranked by callers