test ci/cd

This commit is contained in:
ishaan-jaff 2023-08-17 13:35:29 -07:00
parent a032b29ba5
commit 28243b1a0a

View file

@ -15,7 +15,6 @@ from litellm.utils import get_secret, install_and_import, CustomStreamWrapper, M
from litellm.utils import get_ollama_response_stream, stream_to_string, together_ai_completion_streaming
####### ENVIRONMENT VARIABLES ###################
dotenv.load_dotenv() # Loading env variables using dotenv
# TODO add translations
####### COMPLETION ENDPOINTS ################
#############################################
async def acompletion(*args, **kwargs):