File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3838 steps :
3939 - uses : actions/checkout@v4
4040
41+ - name : Set up QEMU
42+ uses : docker/setup-qemu-action@v3
43+
4144 - name : Set up Docker Buildx
4245 uses : docker/setup-buildx-action@v3
4346
6366 with :
6467 context : .
6568 push : true
69+ platforms : linux/amd64,linux/arm64
6670 tags : ${{ steps.meta.outputs.tags }}
6771 labels : ${{ steps.meta.outputs.labels }}
72+ cache-from : type=gha
73+ cache-to : type=gha,mode=max
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def extract_urls(text: str) -> List[str]:
2525def 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 )
Original file line number Diff line number Diff line change 22
33setup (
44 name = "optillm" ,
5- version = "0.0.18 " ,
5+ version = "0.0.19 " ,
66 packages = find_packages (),
77 py_modules = ['optillm' ],
88 package_data = {
You can’t perform that action at this time.
0 commit comments