mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(ci/cd) user DATABASE_URL to control prisma generate
This commit is contained in:
parent
0a6c9568d1
commit
eed528ddd8
2 changed files with 2 additions and 2 deletions
|
@ -1201,7 +1201,7 @@ def test_replicate_custom_prompt_dict():
|
|||
# commenthing this out since we won't be always testing a custom replicate deployment
|
||||
# def test_completion_replicate_deployments():
|
||||
# print("TESTING REPLICATE")
|
||||
# litellm.set_verbose= False
|
||||
# litellm.set_verbose=False
|
||||
# model_name = "replicate/deployments/ishaan-jaff/ishaan-mistral"
|
||||
# try:
|
||||
# response = completion(
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
general_settings:
|
||||
database_url: os.environ/PROXY_DATABASE_URL
|
||||
database_url: os.environ/DATABASE_URL
|
||||
master_key: os.environ/PROXY_MASTER_KEY
|
||||
litellm_settings:
|
||||
drop_params: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue