akwin1234

Results 6 issues of akwin1234

lets say it returns code of a website. i want to remove ad codes from it as example. and return to browser where is the code , cant understand

[5181164062] cat --style raw --s 750 any way to disable the suffix [5181164062] ? random number each time it is modifying output a lot

how do i use OCR only via CLI i cant find a way to do it

Python code example: `model = genai.GenerativeModel( model_name="gemini-1.5-flash-exp-0827",#gemini-1.5-pro-exp-0827 generation_config=generation_config, # safety_settings = Adjust safety settings # See https://ai.google.dev/gemini-api/docs/safety-settings safety_settings={ HarmCategory.HARM_CATEGORY_HATE_SPEECH: HarmBlockThreshold.BLOCK_NONE, HarmCategory.HARM_CATEGORY_HARASSMENT: HarmBlockThreshold.BLOCK_NONE, HarmCategory.HARM_CATEGORY_SEXUALLY_EXPLICIT: HarmBlockThreshold.BLOCK_NONE, HarmCategory.HARM_CATEGORY_DANGEROUS_CONTENT: HarmBlockThreshold.BLOCK_NONE, HarmCategory.HARM_CATEGORY_CIVIC_INTEGRITY: HarmBlockThreshold.BLOCK_NONE, } `...

enhancement

**Describe the bug** Can't Select Same Threshould For All Harm Categories in GoogleGenAI API ![image](https://github.com/user-attachments/assets/3ba3f2e9-da6d-4e87-93df-17168c6a5521) ![image](https://github.com/user-attachments/assets/b51bceb5-ab66-41bd-b0fa-4ff1e363db0b) ![image](https://github.com/user-attachments/assets/26249fc9-8dfb-410a-be7e-34a1ee50df08) In this example as you can see i wanted to select Threshould None...

bug
enhancement

## TL;DR By @jackwotherspoon Summarizing duplicate and common issues: - Stuck due to tool issues (for example `write_tool` not working) so will continuously loop - Potentially getting stuck due to...

priority/p1
area/agent
aiq/agent