Anand Taralika
Anand Taralika
Apple is coming out with ARM-based macs this year, will cocos2d continue to work as is on those? will they have webgl support? or should we prepare for any disruption?
Hotfix on top of https://github.com/mariostoev/finviz/pull/202 to fix parsing the `company_details` due to an additional class `text-xl`
When running PR #202 Getting this error: ``` File "/src/finviz/main_func.py", line 37, in get_stock company_details = title.cssselect('h2[class="quote-header_ticker-wrapper_company"]')[0] IndexError: list index out of range ``` Root cause: Finviz has added a...
### The Feature Now that Azure OpenAI has added support for the `max_completion_tokens` param, remove this special case handling here: https://github.com/BerriAI/litellm/blob/8359cb6fa9bf7b0bf4f3df630cf8666adffa2813/litellm/llms/AzureOpenAI/chat/gpt_transformation.py#L202 ### Motivation, pitch https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models?tabs=python-secure#api-support ### Twitter / LinkedIn details...
### The Feature I'd like to add Cohere Rerank v3.5 via bedrock like this: ``` - model_name: cohere.rerank-v3-5:0 litellm_params: model: bedrock/cohere.rerank-v3-5:0 aws_region_name: us-west-2 model_info: mode: rerank ``` but doing so...