Edwin Jose George

Results 9 issues of Edwin Jose George

I have a pipfile, where i have added url to a private package repository. The package is updated and i wish to update in my local machine. But when i...

Type: Possible Bug
Category: Private PyPIs :sunglasses:
Contributor Candidate

### Issue description Pipenv installs sub dependencies when parent package is installed. If we attempt to remove any of its sub dependencies, they are actually removed from the environment but...

PR: awaiting-review

Enable the checks for code quality locally. 1. Add pre-commit to run git hooks for flake8, black and mypy. 2. Fix: async pytest requires pytest-asyncio library to handle coroutines.

Improve code quality by adding type annotation. Working on the following - https://github.com/BerriAI/litellm/issues/360 - https://github.com/BerriAI/litellm/issues/825 - https://github.com/BerriAI/litellm/issues/1540 - https://github.com/BerriAI/litellm/pull/501 - https://github.com/BerriAI/litellm/pull/1537 - https://github.com/BerriAI/litellm/pull/2908 - https://github.com/BerriAI/litellm/pull/3284

I have tried building the type annotation with reference to https://platform.openai.com/docs/api-reference/chat/create. Does this fix BerriAI/litellm#825 ?

### What happened? running `litellm --test --local` raises the following error ``` .............. from proxy_server import app, save_worker_config, ProxyConfig ModuleNotFoundError: No module named 'proxy_server' ``` It is raised from `litellm/proxy/proxy_cli.py:229`...

bug

This PR is an updated version of https://github.com/BerriAI/litellm/pull/1537 in conjunction with https://github.com/BerriAI/litellm/pull/3291 for the feature https://github.com/BerriAI/litellm/issues/360 . To summarize, these are what's happening: - Adding packages - pre-commit and mypy...

fixes https://github.com/BerriAI/litellm/issues/3294

## Title Some required parameters of function call are not passed ## Type 🐛 Bug Fix 🧹 Refactoring ## Changes See commit message