Sangyun_LEE
Sangyun_LEE
## 이슈 내용 머신러닝을 공부하다보면 분류에 관련된 문제들이 많이 등장합니다. 특히 한 동물 사진을 주고 이 동물이 고양이인지 강아지인지 분류하는 이런 상황이 자주 등장합니다. 그럴때 머신러닝 분야에서는 __ground truth__ 라는...
### Summary This PR fixes incorrect information in the official documentation ([link](https://docs.browser-use.com/customize/system-prompt)) related to customizing SystemPrompt in the stable version (v0.1.40) of browser-use. ### Problem The documentation currently suggests overriding...
### Type of Documentation Issue Incorrect documentation ### Documentation Page https://docs.browser-use.com/customize/system-prompt ### Issue Description The basic code in stable version. docs define custom function such as ` def important_rules(self) ->...
Currently, when a request to access a gated model (llama model family) on Hugging Face is denied, there is no way to request access again. It doesn’t make sense that...
# Summary Change YoutubeLoader to YoutubeLoaderDL for supporting add_video_info=True in `rag_from_scratch_10_and_11.ipynb` # Description Past `YoutubeLoader` class used pytube api. After Nov. 2024, youtube required oauth to get metadata. but `YoutubeLoader`...
## What * Validate `robot_name_prefix` as non-empty so and empty/whitespace-only prefix cannot be saved. ## Why * With an empty prefix, the OIDC CLI middleware treats and every username as...
## What this PR does * Enables adding/removing a label across all currently selected artifacts (multi-select). * Keeps the Add Labels action enabled when multiple items are selected, even if...