Ecosyste.ms: Timeline

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

BerriAI/litellm

KevinJBoyer created a comment on an issue on BerriAI/litellm
@krrishdholakia you're correct -- something about my dev environment set up is off, even though I thought I was on the latest. I forced an udpate and it works now. Thank you!

View on GitHub

baal7 starred BerriAI/litellm
davelindley starred BerriAI/litellm
krrishdholakia closed an issue on BerriAI/litellm
[Feature]: new model - cohere multimodal embedding
### The Feature example payload: ``` { "model": "cohere-embed-multilingual-v3.0", "input_type": "image", "embedding_types": ["float"], "images": ["data:image/jpeg;base64,/...
krrishdholakia closed an issue on BerriAI/litellm
[Feature]: new model - cohere multimodal embedding
### The Feature example payload: ``` { "model": "cohere-embed-multilingual-v3.0", "input_type": "image", "embedding_types": ["float"], "images": ["data:image/jpeg;base64,/...
krrishdholakia closed an issue on BerriAI/litellm
[Bug]: OpenAI requests have unexpected `extra_headers`.
### What happened? I did not set `extra_headers` in my prompt at all, yet for some reason, I see `extra_headers` in Langfuse. Not sure if LiteLLM is logging wrong, or if it's something else that's...
krrishdholakia closed an issue on BerriAI/litellm
[Bug]: OpenAI requests have unexpected `extra_headers`.
### What happened? I did not set `extra_headers` in my prompt at all, yet for some reason, I see `extra_headers` in Langfuse. Not sure if LiteLLM is logging wrong, or if it's something else that's...
krrishdholakia pushed 1 commit to main BerriAI/litellm
  • LiteLLM Minor Fixes & Improvements (10/24/2024) (#6421) * fix(utils.py): support passing dynamic api base to validat... c03e5da

View on GitHub

krrishdholakia closed a pull request on BerriAI/litellm
LiteLLM Minor Fixes & Improvements (10/24/2024)
* fix(utils.py): support passing dynamic api base to validate_environment Returns True if just api base is required and api base is passed * fix(litellm_pre_call_utils.py): feature flag sendi...
krrishdholakia pushed 1 commit to litellm_krrish_dev_10_25_2024 BerriAI/litellm
  • fix(types/utils.py): fix linting 0ed7bc5

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 on a pull request on BerriAI/litellm

View on GitHub

krrishdholakia created a comment on an issue on BerriAI/litellm
Unable to repro. This works in a clean vm (google colab) + passes on ci/cd as well - https://github.com/BerriAI/litellm/blob/38708a355a066027a5d251b6199fc70946c62157/tests/local_testing/test_comple...

View on GitHub

krrishdholakia closed an issue on BerriAI/litellm
[Bug]: Structured outputs example in documentation fails
### What happened? https://docs.litellm.ai/docs/completion/json_mode#pass-in-json_schema Running the provided code, which is at time of writing: ``` import os from litellm import completio...
krrishdholakia created a comment on an issue on BerriAI/litellm
Great catch. Fixed here https://github.com/BerriAI/litellm/commit/4c7881bb25cc69da5311c7d98d53ebb9b31e2d85 Thanks @lattwood Haven't had a chance yet, but let me know if the v1 3-5-sonnet wor...

View on GitHub

krrishdholakia pushed 1 commit to litellm_krrish_dev_10_25_2024 BerriAI/litellm
  • build(model_prices_and_context_window.json): Add 'supports_assistant_prefill' for bedrock claude-3-5-sonnet v2 models... 4c7881b

View on GitHub

krrishdholakia pushed 1 commit to litellm_krrish_dev_10_25_2024 BerriAI/litellm
  • feat(vertex_ai.py): support code_execution tool call for vertex ai + gemini Closes https://github.com/BerriAI/litell... 1299ed0

View on GitHub

krrishdholakia created a comment on an issue on BerriAI/litellm
Hey @xingyaoww i shared the wrong commit. Can you use this one - https://github.com/BerriAI/litellm/pull/6441/commits/58fe6610601297c5a90367fd4583469e2df3fcf9#diff-6b37b401056b3fb9e91a7fbe1631be6f1...

View on GitHub

krrishdholakia created a review comment on a pull request on BerriAI/litellm
@xingyaoww

View on GitHub

krrishdholakia created a review on a pull request on BerriAI/litellm

View on GitHub

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

View on GitHub

krrishdholakia opened a pull request on BerriAI/litellm
Litellm krrish dev 10 25 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...
xingyaoww created a comment on an issue on BerriAI/litellm
Here's all the LLM completion requests i made - hopefully it is helpful for repro 🙏 [t01_fix_simple_typo.zip](https://github.com/user-attachments/files/17528012/t01_fix_simple_typo.zip)

View on GitHub

xingyaoww created a comment on an issue on BerriAI/litellm
and if i understand correctly, in your commit, we still merge all the text content of the tools and omit images -- is there a way we could also get image in here? 🙏 https://github.com/BerriAI/l...

View on GitHub

krrishdholakia pushed 1 commit to litellm_krrish_dev_10_25_2024 BerriAI/litellm
  • fix(vertex_ai/common_utils): don't pop non-null required field Fixes https://github.com/BerriAI/litellm/issues/6426 944cbc1

View on GitHub

xingyaoww created a comment on an issue on BerriAI/litellm
``` 18:08:22 - openhands:INFO: main.py:157 - Agent Controller Initialized: Running agent CodeActAgent, model anthropic/claude-3-5-sonnet-20241022, with actions: **MessageAction** (source=None) CO...

View on GitHub

dependabot[bot] pushed 28 commits to dependabot/github_actions/github-actions-c6717330ff BerriAI/litellm
  • add code cov checks ae01de0
  • fix comment 85f1e5c
  • perf: remove 'always_read_redis' - adding +830ms on each llm call (#6414) * perf: remove 'always_read_redis' - addin... d59f8f9
  • feat(litellm_logging.py): refactor standard_logging_payload function … (#6388) * feat(litellm_logging.py): refactor ... c04c4a8
  • LiteLLM Minor Fixes & Improvements (10/23/2024) (#6407) * docs(bedrock.md): clarify bedrock auth in litellm docs ... 1cd1d23
  • track created, updated at virtual keys cce118e
  • add created_at, updated_at for verification token 8cd8d47
  • allow configuring httpx hooks for AsyncHTTPHandler (#6290) (#6415) * allow configuring httpx hooks for AsyncHTTPHand... cc8dd80
  • feat(proxy_server.py): check if views exist on proxy server startup +… (#6360) * feat(proxy_server.py): check if vie... 4e31005
  • feat(litellm_pre_call_utils.py): support 'add_user_information_to_llm… (#6390) * feat(litellm_pre_call_utils.py): su... 9fccf82
  • ui show created at date 2d2a2c3
  • add key/{token_id}/regenerate to internal user routes c4cab88
  • use static methods for Routechecks 2e0f501
  • use helper for _route_matches_pattern cdb94ff
  • test_is_ui_route_allowed 574f07d
  • fix name of tests on config c42ec81
  • unit test route checks 7db8d8b
  • fix RouteChecks test 99c7211
  • Merge pull request #6429 from BerriAI/litellm_ui_show_created_at_for_key (admin ui) - show created_at for virtual keys 5485a2a
  • fix typing on StandardLoggingMetadata 7c4c3a2
  • and 8 more ...

View on GitHub

krrishdholakia created a comment on an issue on BerriAI/litellm
able to repro

View on GitHub

xingyaoww created a comment on an issue on BerriAI/litellm
will test it now!

View on GitHub

Load more