fix default auth prov
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user