mirror of
https://github.com/langchain-ai/langchain-benchmarks.git
synced 2026-07-01 22:34:02 -04:00
[PR #127] [MERGED] remove with_rate_limit from public api #135
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langchain-benchmarks/pull/127
Author: @eyurtsev
Created: 12/13/2023
Status: ✅ Merged
Merged: 12/13/2023
Merged by: @eyurtsev
Base:
main← Head:eugene/fix_rate_limiter📝 Commits (1)
f3f1239x📊 Changes
3 files changed (+2 additions, -4 deletions)
View changed files
📝
langchain_benchmarks/__init__.py(+1 -2)📝
langchain_benchmarks/tool_usage/agents.py(+1 -1)📝
tests/unit_tests/test_public_api.py(+0 -1)📄 Description
Because it's not a runnable binding it breaks things like .bind etc, let's use
it internally but not expose to users
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.