-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[integrations/lunary] Improve Lunary documentaiton #7770
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
Then, use the following code to pull templates into Lunary: | ||
You can use Lunary to manage [prompt templates](https://lunary.ai/docs/features/prompts) and use them across all your LLM providers with LiteLLM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hughcrt consider just using the prompt management hook we expose.
If your integration inherits from CustomLogger, this should already be accessible to you.
See this - https://docs.litellm.ai/docs/proxy/prompt_management
It's much cleaner, as you can use the model=
field to just specify integration, and pull any model-specific information from there.
* feat(helm): add securityContext and pull policy values to migration job (#7652) * fix(helm): corrected indentation in migration-job.yaml * feat(helm): add securityContext and pull policy values to migration job * fix confusing save button label (#7778) * [integrations/lunary] Improve Lunary documentaiton (#7770) * update lunary doc * better title * tweaks * Update langchain.md * Update lunary_integration.md * Fix wrong URL for internal user invitation (#7762) * format * done * Update instructor tutorial (#7784) * Add in container structure tests for the nonroot image --------- Co-authored-by: Zackeus Bengtsson <32719220+Hexoplon@users.noreply.github.com> Co-authored-by: yujonglee <yujonglee.dev@gmail.com> Co-authored-by: Hugues Chocart <chocart.hugues@icloud.com> Co-authored-by: Nikolaiev Dmytro <dima.nikol.99@gmail.com>
* Add back in non root image fixes (#7781) * Add back in non root image fixes * Fix dockerfile * Fix perms * Add in container structure tests for the nonroot image (#7796) * feat(helm): add securityContext and pull policy values to migration job (#7652) * fix(helm): corrected indentation in migration-job.yaml * feat(helm): add securityContext and pull policy values to migration job * fix confusing save button label (#7778) * [integrations/lunary] Improve Lunary documentaiton (#7770) * update lunary doc * better title * tweaks * Update langchain.md * Update lunary_integration.md * Fix wrong URL for internal user invitation (#7762) * format * done * Update instructor tutorial (#7784) * Add in container structure tests for the nonroot image --------- Co-authored-by: Zackeus Bengtsson <32719220+Hexoplon@users.noreply.github.com> Co-authored-by: yujonglee <yujonglee.dev@gmail.com> Co-authored-by: Hugues Chocart <chocart.hugues@icloud.com> Co-authored-by: Nikolaiev Dmytro <dima.nikol.99@gmail.com> --------- Co-authored-by: Rajat Vig <rajatvig@users.noreply.github.com> Co-authored-by: Zackeus Bengtsson <32719220+Hexoplon@users.noreply.github.com> Co-authored-by: yujonglee <yujonglee.dev@gmail.com> Co-authored-by: Hugues Chocart <chocart.hugues@icloud.com> Co-authored-by: Nikolaiev Dmytro <dima.nikol.99@gmail.com>
Title
As requested in #7651 (comment), we've improved Lunary documentation to show how to wrap LiteLLM calls to custom agents.
We've also added documentation for using Lunary with LiteLLM proxy server.
📖 Documentation