Skip to content

Commit 4ecf109

Browse files
authored
Update readurls_plugin.py
1 parent d2f4475 commit 4ecf109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optillm/plugins/readurls_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def extract_urls(text: str) -> List[str]:
2525
def fetch_webpage_content(url: str, max_length: int = 100000) -> str:
2626
try:
2727
headers = {
28-
'User-Agent': 'optillm/0.0.18 (https://github.com/codelion/optillm)'
28+
'User-Agent': 'optillm/0.0.19 (https://github.com/codelion/optillm)'
2929
}
3030

3131
response = requests.get(url, headers=headers, timeout=10)

0 commit comments

Comments
 (0)