mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
Merge 779179b4da
into b82af5b826
This commit is contained in:
commit
dd0cceebd9
2 changed files with 4 additions and 1 deletions
|
@ -25,5 +25,5 @@ INFINITY_API_KEY = ""
|
||||||
|
|
||||||
# Development Configs
|
# Development Configs
|
||||||
LITELLM_MASTER_KEY = "sk-1234"
|
LITELLM_MASTER_KEY = "sk-1234"
|
||||||
DATABASE_URL = "postgresql://llmproxy:dbpassword9090@db:5432/litellm"
|
DATABASE_URL = "postgresql://llmproxy:dbpassword9090@localhost:5432/litellm"
|
||||||
STORE_MODEL_IN_DB = "True"
|
STORE_MODEL_IN_DB = "True"
|
|
@ -397,6 +397,9 @@ If you have suggestions on how to improve the code quality feel free to open an
|
||||||
### Services
|
### Services
|
||||||
1. Setup .env file in root
|
1. Setup .env file in root
|
||||||
2. Run dependant services `docker-compose up db prometheus`
|
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
|
||||||
|
5. (If database needs to be reset run `prisma migrate reset` followed by `prisma db push`)
|
||||||
|
|
||||||
### Backend
|
### Backend
|
||||||
1. (In root) create virtual environment `python -m venv .venv`
|
1. (In root) create virtual environment `python -m venv .venv`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue