-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
running in developer mode instructions #8563
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -457,6 +457,9 @@ If you have suggestions on how to improve the code quality feel free to open an | |||
### Services | |||
1. Setup .env file in root | |||
2. Run dependant services `docker-compose up db prometheus` | |||
3. Install prisma `npm install -g prisma` | |||
4. Run `prisma generate` to generate the prisma client |
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.
there shouldn't be a need to manually run this - we run this automatically as part of the proxy_cli.py script
@krrishdholakia The purpose of the developer mode instructions is for people who may want to quickly iterate on LiteLLM source code. I think the best solution for this is to add a PS: How do you guys go about developing on LiteLLM. |
Title
Run litellm in developer mode
Relevant issues
NA
Type
📖 Documentation
🚄 Infrastructure
Changes