Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
rashadphz committed May 31, 2024
1 parent bbb48fa commit da22d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/search/search_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get_search_provider() -> SearchProvider:
case _:
raise HTTPException(
status_code=500,
detail="Invalid search provider. Please set the SEARCH_PROVIDER environment variable to either 'searxng' or 'tavily'.",
detail="Invalid search provider. Please set the SEARCH_PROVIDER environment variable to either 'searxng', 'tavily', 'serper', or 'bing'.",
)


Expand Down

0 comments on commit da22d81

Please sign in to comment.