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 ac84b63 commit d1e0e32Copy full SHA for d1e0e32
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.20 (https://github.com/codelion/optillm)'
+ 'User-Agent': 'optillm/0.0.21 (https://github.com/codelion/optillm)'
29
}
30
31
response = requests.get(url, headers=headers, timeout=10)
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="optillm",
5
- version="0.0.20",
+ version="0.0.21",
6
packages=find_packages(),
7
py_modules=['optillm'],
8
package_data={
0 commit comments