We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f4475 commit 4ecf109Copy full SHA for 4ecf109
optillm/plugins/readurls_plugin.py
@@ -25,7 +25,7 @@ def extract_urls(text: str) -> List[str]:
25
def fetch_webpage_content(url: str, max_length: int = 100000) -> str:
26
try:
27
headers = {
28
- 'User-Agent': 'optillm/0.0.18 (https://github.com/codelion/optillm)'
+ 'User-Agent': 'optillm/0.0.19 (https://github.com/codelion/optillm)'
29
}
30
31
response = requests.get(url, headers=headers, timeout=10)
0 commit comments