mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
build(pyproject.toml): drop certifi dependency (unused)
This commit is contained in:
parent
0862157905
commit
f32ec52673
3 changed files with 5 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
## This is a template base class to be used for adding new LLM providers via API calls
|
||||
import litellm
|
||||
import httpx, certifi, ssl
|
||||
import httpx
|
||||
from typing import Optional
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue