fix
zhangqian
2024-10-17 4e8cecd4ca733ba9356ba0e8df4b8da31eee286c
app/service/ragflow.py
@@ -59,7 +59,7 @@
        print(data)
        target_url = f"{self.base_url}/v1/conversation/completion"
        async with httpx.AsyncClient(timeout=10.0) as client:
        async with httpx.AsyncClient(timeout=300.0) as client:
            headers = {
                'Content-Type': 'application/json',
                'Authorization': token