Compare commits
4 Commits
unclecode-
...
unclecode-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
406702a77f | ||
|
|
7391d6be73 | ||
|
|
e4e23065f1 | ||
|
|
78768fd714 |
@@ -1,22 +0,0 @@
|
|||||||
spec:
|
|
||||||
name: crawl4ai
|
|
||||||
services:
|
|
||||||
- name: crawl4ai
|
|
||||||
git:
|
|
||||||
branch: 0.3.74
|
|
||||||
repo_clone_url: https://github.com/unclecode/crawl4ai.git
|
|
||||||
dockerfile_path: Dockerfile
|
|
||||||
http_port: 11235
|
|
||||||
instance_count: 1
|
|
||||||
instance_size_slug: professional-xs
|
|
||||||
health_check:
|
|
||||||
http_path: /health
|
|
||||||
envs:
|
|
||||||
- key: INSTALL_TYPE
|
|
||||||
value: "basic"
|
|
||||||
- key: PYTHON_VERSION
|
|
||||||
value: "3.10"
|
|
||||||
- key: ENABLE_GPU
|
|
||||||
value: "false"
|
|
||||||
routes:
|
|
||||||
- path: /
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# 🚀🤖 Crawl4AI: Crawl Smarter, Faster, Freely. For AI.
|
# 🚀🤖 Crawl4AI: Open-source LLM Friendly Web Crawler & Scraper.
|
||||||
|
|
||||||
<a href="https://trendshift.io/repositories/11716" target="_blank"><img src="https://trendshift.io/api/badge/repositories/11716" alt="unclecode%2Fcrawl4ai | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
<a href="https://trendshift.io/repositories/11716" target="_blank"><img src="https://trendshift.io/api/badge/repositories/11716" alt="unclecode%2Fcrawl4ai | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
||||||
|
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ async def main():
|
|||||||
remove_overlay_elements=True,
|
remove_overlay_elements=True,
|
||||||
|
|
||||||
# Cache control
|
# Cache control
|
||||||
cache_mode=CacheMode.ENABLE # Use cache if available
|
cache_mode=CacheMode.ENABLED # Use cache if available
|
||||||
)
|
)
|
||||||
|
|
||||||
if result.success:
|
if result.success:
|
||||||
|
|||||||
Reference in New Issue
Block a user