mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
TestGooglePSESearch
This commit is contained in:
parent
869ff086f0
commit
4fc692d1e3
1 changed files with 9 additions and 9 deletions
|
|
@ -12,15 +12,15 @@ sys.path.insert(
|
|||
from tests.search_tests.base_search_unit_tests import BaseSearchTest
|
||||
|
||||
|
||||
class TestGooglePSESearch(BaseSearchTest):
|
||||
"""
|
||||
Tests for Google PSE Search functionality.
|
||||
"""
|
||||
# class TestGooglePSESearch(BaseSearchTest):
|
||||
# """
|
||||
# Tests for Google PSE Search functionality.
|
||||
# """
|
||||
|
||||
def get_search_provider(self) -> str:
|
||||
"""
|
||||
Return search_provider for Google PSE Search.
|
||||
"""
|
||||
return "google_pse"
|
||||
# def get_search_provider(self) -> str:
|
||||
# """
|
||||
# Return search_provider for Google PSE Search.
|
||||
# """
|
||||
# return "google_pse"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue