docs(integrations): document DAKERA_API_KEY and DAKERA_API_URL env vars - #456
Open
ferhimedamine wants to merge 2 commits into
Open
docs(integrations): document DAKERA_API_KEY and DAKERA_API_URL env vars#456ferhimedamine wants to merge 2 commits into
ferhimedamine wants to merge 2 commits into
Conversation
…umentation Required by the env_keys CI test in BerriAI/litellm for the DakeraMemoryLogger integration (PR #31812). Documents the two environment variables used by litellm/integrations/dakera_memory.py. Co-Authored-By: Paperclip <noreply@paperclip.ing>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
4 tasks
…keraMemoryLogger code default)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Companion PR to BerriAI/litellm#31812 which adds the
DakeraMemoryLoggerintegration.The
tests/documentation_tests/test_env_keys.pyCI check verifies that everyos.getenv()call in litellm source code has a corresponding entry in this docs file. This PR adds the two entries required:DAKERA_API_KEY— API key for the self-hosted Dakera memory serverDAKERA_API_URL— Base URL for the Dakera server (default:http://localhost:3300)Changes
Added two rows to the
### environment variables - Referencetable indocs/proxy/config_settings.md, alphabetically betweenDATABRICKS_USER_AGENTandDAYS_IN_A_MONTH.🤖 Generated with Claude Code