Anthropic pass through was added without adding it to the list of llm api routes
Relevant issues
Type
๐ New Feature
๐ Bug Fix
๐งน Refactoring
๐ Documentation
๐ Infrastructure
โ Test
Changes
[REQUIRED] Testing - Attach a screenshot of any new tests passing locall
If UI changes, send a screenshot/GIF of working UI fixes
Description by Korbit AI
What change is being made?
Modify the is_llm_api_route function to allow internal users access to the /anthropic and /azure endpoints.
Why are these changes being made?
These changes are being made to ensure that internal users can access necessary API routes, specifically /anthropic and /azure, as these routes were previously restricted. This adjustment aligns with the need for internal operations to leverage these endpoints effectively.
Is this description stale? Ask me to generate a new description by commenting /korbit-generate-pr-description
Anthropic pass through was added without adding it to the list of llm api routes
Relevant issues
Type
๐ New Feature ๐ Bug Fix ๐งน Refactoring ๐ Documentation ๐ Infrastructure โ Test
Changes
[REQUIRED] Testing - Attach a screenshot of any new tests passing locall
If UI changes, send a screenshot/GIF of working UI fixes
Description by Korbit AI
What change is being made?
Modify the
is_llm_api_route
function to allow internal users access to the/anthropic
and/azure
endpoints.Why are these changes being made?
These changes are being made to ensure that internal users can access necessary API routes, specifically
/anthropic
and/azure
, as these routes were previously restricted. This adjustment aligns with the need for internal operations to leverage these endpoints effectively.