chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-03-01 07:28:00 -08:00
parent d7088efe73
commit efe8c4ca69
53 changed files with 397 additions and 7 deletions

View File

@@ -619,7 +619,9 @@ async def update_rag_config(
request.app.state.config.EXA_API_KEY = form_data.web.search.exa_api_key
request.app.state.config.PERPLEXITY_API_KEY = form_data.web.search.perplexity_api_key
request.app.state.config.PERPLEXITY_API_KEY = (
form_data.web.search.perplexity_api_key
)
request.app.state.config.RAG_WEB_SEARCH_RESULT_COUNT = (
form_data.web.search.result_count