Li Yang

Results 4 issues of Li Yang

**updates Apr 3 2025** added the following kwargs to Excel-like converters ```py na_rep: Any = "" remove_header_placeholders: bool = True drop_empty_cols: bool = False drop_empty_rows: bool = False ``` -...

open for reviewing

Here is a example I took from one of the cookbooks, modified slightly: ```py import time from app.core.config import settings from anthropic import Anthropic, AnthropicBedrock client_ant = Anthropic(api_key=settings.ANTHROPIC_API_KEY) client_bedrock =...

bedrock

https://github.com/character-ai/prompt-poet/blob/f54898a756aeb71980c965d7743b464c458a8dc6/prompt_poet/prompt.py#L490-L499 these checks are not exhaustive for non-printable unicode / control chars. in cases where we do not presanitize 3rd party input, it may lead to unexpected runtime errors suggest...

There is no middle ground between full internet access and no internet access. Are there plans for more fine grained control? Allowlists are critical for secure workloads And if not,...

feature