-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add a Tiltfile
for fast LiteLLM Proxy development with Tilt
#7816
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -368,6 +368,67 @@ Step 4: Submit a PR with your changes! 🚀 | |||
- push your fork to your GitHub repo | |||
- submit a PR from there | |||
|
|||
### Developing LiteLLM Proxy with Tilt |
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.
instead of readme, i'd recommend putting this here -
Hey @krrishdholakia, is 7dae3b0 correct (changes from using BTW, I'm kind of confused about what all the different Dockerfiles are for (maybe each should have a comment at the top explaining what they're for and/or there should be a doc somewhere that lists the Dockerfiles and each ones purpose?). |
Add a
Tiltfile
for fast LiteLLM Proxy development with TiltTilt is a local development platform that makes it easy to develop applications for Kubernetes with a fast feedback loop. Tilt automates all the steps from a code change to a new container image to a fresh pod.
Tiltfiles are written in Starlark, a Python-inspired language.
Relevant issues
Type
🆕 New Feature
📖 Documentation
🚄 Infrastructure
Changes
Tiltfile
for TiltREADME.md
with instructions for running Tilt.[REQUIRED] Testing - Attach a screenshot of any new tests passing locally
Tilt UI