Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

BerriAI/litellm

alirezach starred BerriAI/litellm
github-actions[bot] published a release on BerriAI/litellm
v1.50.4
## What's Changed * (feat) Arize - Allow using Arize HTTP endpoint by @ishaan-jaff in https://github.com/BerriAI/litellm/pull/6364 * LiteLLM Minor Fixes & Improvements (10/22/2024) by @krrishdhola...
github-actions[bot] created a tag on BerriAI/litellm

v1.50.4 - Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, Replicate, Groq]

eliorc opened an issue on BerriAI/litellm
[Bug]: Langfuse not working using litellm client through LiteLLM Proxy
### What happened? I am using the LiteLLM proxy, and also using the `litellm` python SDK to interact with the proxy. In my `config.yaml`, I have `langfuse` configered ```yaml ... some other con...
ishaan-jaff pushed 1 commit to main BerriAI/litellm
  • bump: version 1.50.3 → 1.50.4 0f0470f

View on GitHub

matt-may starred BerriAI/litellm
xingyaoww opened an issue on BerriAI/litellm
[Bug]: function calling not working on Anthropic when tool's `content` field is a list instead of string
### What happened? When passing the tool observation's content as a list `[{'type': 'text', 'content': 'xxx'}]` will throw error: ``` _is_function_call: False Give Feedback / Get Help: http...
krrishdholakia created a comment on an issue on BerriAI/litellm
great point - will get this done today

View on GitHub

xingyaoww forked BerriAI/litellm

xingyaoww/litellm

vercel[bot] created a comment on a pull request on BerriAI/litellm
[vc]: #ccvDXRuy2ZVhhOARA9IJXPPjbBb1cdaOOXt0z0oPWQg=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJsaXRlbGxtIiwibGl2ZUZlZWRiYWNrIjp7InJlc29sdmVkIjowLCJ1bnJlc29sdmVkIjowL...

View on GitHub

krrishdholakia opened a pull request on BerriAI/litellm
Litellm dev 10 24 2024
## Title <!-- e.g. "Implement user authentication feature" --> ## Relevant issues <!-- e.g. "Fixes #000" --> ## Type <!-- Select the type of Pull Request --> <!-- Keep only the nece...
krrishdholakia pushed 1 commit to litellm_dev_10_24_2024 BerriAI/litellm
  • fix(http_handler.py): add error response text in places where we expect it 5ad9470

View on GitHub

krrishdholakia pushed 1 commit to litellm_dev_10_24_2024 BerriAI/litellm
  • fix(anthropic/chat/transformation.py): return correct error message 20b5070

View on GitHub

christophwitzko starred BerriAI/litellm
krrishdholakia pushed 1 commit to litellm_dev_10_24_2024 BerriAI/litellm
  • fix(litellm_pre_call_utils.py): feature flag sending client headers to llm api Fixes https://github.com/BerriAI/lite... 09cfb41

View on GitHub

github-advanced-security[bot] created a review comment on a pull request on BerriAI/litellm
## Clear-text logging of sensitive information This expression logs [sensitive data (secret)](1) as clear text. [Show more details](https://github.com/BerriAI/litellm/security/code-scanning/1699)

View on GitHub

github-advanced-security[bot] created a review comment on a pull request on BerriAI/litellm
## Clear-text logging of sensitive information This expression logs [sensitive data (secret)](1) as clear text. This expression logs [sensitive data (secret)](1) as clear text. This expression log...

View on GitHub

github-advanced-security[bot] created a review comment on a pull request on BerriAI/litellm
## Clear-text logging of sensitive information This expression logs [sensitive data (secret)](1) as clear text. This expression logs [sensitive data (secret)](2) as clear text. This expression log...

View on GitHub

github-advanced-security[bot] created a review comment on a pull request on BerriAI/litellm
## Clear-text logging of sensitive information This expression logs [sensitive data (secret)](1) as clear text. This expression logs [sensitive data (secret)](2) as clear text. This expression log...

View on GitHub

github-advanced-security[bot] created a review comment on a pull request on BerriAI/litellm
## Clear-text logging of sensitive information This expression logs [sensitive data (secret)](1) as clear text. This expression logs [sensitive data (secret)](2) as clear text. This expression log...

View on GitHub

github-advanced-security[bot] created a review comment on a pull request on BerriAI/litellm
## Incomplete URL substring sanitization The string [gateway.ai.cloudflare.com](1) may be at an arbitrary position in the sanitized URL. [Show more details](https://github.com/BerriAI/litellm/sec...

View on GitHub

github-advanced-security[bot] created a review comment on a pull request on BerriAI/litellm
## Clear-text logging of sensitive information This expression logs [sensitive data (secret)](1) as clear text. This expression logs [sensitive data (secret)](2) as clear text. This expression log...

View on GitHub

github-advanced-security[bot] created a review on a pull request on BerriAI/litellm

View on GitHub

krrishdholakia created a comment on an issue on BerriAI/litellm
Hi @Manouchehri this isn't a bug, we support forwarding client-id headers to the backend llm api this was done to support passing client side values like openai organization - i acknowledge the...

View on GitHub

krrishdholakia created a branch on BerriAI/litellm

litellm_dev_10_24_2024 - Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, Replicate, Groq]

krrishdholakia pushed 1 commit to litellm_stable_prs_10_24_2024 BerriAI/litellm
  • Fixes and minor improvements for Helm Chart (#6402) * reckoner hack * fix default * add extracontainers option... cb725e9

View on GitHub

krrishdholakia closed a pull request on BerriAI/litellm
Fixes and minor improvements for Helm Chart
## Fixes and minor improvements for Helm Chart ## Relevant issues None ## Type 🐛 Bug Fix ## Changes * Removed broken `initContainer` * the `default` block around the image tag is inv...
krrishdholakia created a comment on a pull request on BerriAI/litellm
Hey @rbren definitely - how do we do that? Here's our release process - https://github.com/BerriAI/litellm/blob/bcce21a5b0568ee76be52de3775c8ae5d9ac60a4/.github/workflows/ghcr_deploy.yml

View on GitHub

rbren created a comment on a pull request on BerriAI/litellm
Done! I also updated the app version--would y'all be able to add changing `appVersion` in the Chart.yaml to your release process?

View on GitHub

phihung starred BerriAI/litellm
Load more