(ci/cd) run again

This commit is contained in:
ishaan-jaff 2024-01-09 15:22:28 +05:30
parent 7e15802388
commit d24d9cb673
2 changed files with 1 additions and 3 deletions

View file

@ -47,10 +47,8 @@ jobs:
- run: - run:
name: Run prisma ./entrypoint.sh name: Run prisma ./entrypoint.sh
command: | command: |
cd litellm
chmod +x entrypoint.sh chmod +x entrypoint.sh
./entrypoint.sh ./entrypoint.sh
cd ..
- run: - run:
name: Black Formatting name: Black Formatting
command: | command: |

View file

@ -1201,7 +1201,7 @@ def test_replicate_custom_prompt_dict():
# commenthing this out since we won't be always testing a custom replicate deployment # commenthing this out since we won't be always testing a custom replicate deployment
# def test_completion_replicate_deployments(): # def test_completion_replicate_deployments():
# print("TESTING REPLICATE") # print("TESTING REPLICATE")
# litellm.set_verbose=False # litellm.set_verbose= False
# model_name = "replicate/deployments/ishaan-jaff/ishaan-mistral" # model_name = "replicate/deployments/ishaan-jaff/ishaan-mistral"
# try: # try:
# response = completion( # response = completion(