mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
fix: remove trailing slash from CRUSOE_API_BASE and unused sys import
This commit is contained in:
parent
05b3f48b18
commit
b6bd565f55
2 changed files with 2 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ from unittest import mock
|
|||
|
||||
import litellm
|
||||
|
||||
CRUSOE_API_BASE = "https://managed-inference-api-proxy.crusoecloud.com/v1/"
|
||||
CRUSOE_API_BASE = "https://managed-inference-api-proxy.crusoecloud.com/v1"
|
||||
|
||||
|
||||
def test_crusoe_json_registry():
|
||||
|
|
|
|||
|
|
@ -1,9 +1,7 @@
|
|||
import os
|
||||
import sys
|
||||
|
||||
from unittest.mock import patch
|
||||
|
||||
CRUSOE_API_BASE = "https://managed-inference-api-proxy.crusoecloud.com/v1/"
|
||||
CRUSOE_API_BASE = "https://managed-inference-api-proxy.crusoecloud.com/v1"
|
||||
|
||||
|
||||
def test_crusoe_json_registry():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue