updated package docs

This commit is contained in:
assafelovic
2024-01-03 17:54:56 +02:00
parent fc8bc7508d
commit cd935cff9d

View File

@@ -76,7 +76,7 @@ async def get_report(report_type: str, query: str):
# uvicorn main:app --reload
```
## Flask Example
### Flask Example
```python
from flask import Flask, request
from gpt_researcher import GPTResearcher