fix default auth prov

This commit is contained in:
emrgnt-cmplxty
2025-03-20 02:15:31 -07:00
parent e7bd813259
commit 3509645c97
+1 -1
View File
@@ -35,7 +35,7 @@ rag_tools = ["search_file_descriptions", "search_file_knowledge", "get_file_cont
research_tools = ["rag", "reasoning", "critique", "python_executor"]
[auth]
provider = "clerk"
provider = "r2r"
access_token_lifetime_in_minutes = 60000
refresh_token_lifetime_in_days = 7
require_authentication = false