mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fixes to caching, testing caching
This commit is contained in:
parent
f9e9108482
commit
701dd83853
4 changed files with 57 additions and 23 deletions
|
@ -8,8 +8,8 @@ import litellm
|
|||
from litellm import embedding, completion
|
||||
from infisical import InfisicalClient
|
||||
|
||||
# litellm.set_verbose = True
|
||||
litellm.secret_manager_client = InfisicalClient(token=os.environ["INFISICAL_TOKEN"])
|
||||
# # litellm.set_verbose = True
|
||||
# litellm.secret_manager_client = InfisicalClient(token=os.environ["INFISICAL_TOKEN"])
|
||||
|
||||
def test_openai_embedding():
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue