Pranav Prakash
Pranav Prakash
### Describe the bug I am trying to use `compress_json` and encountering ZeroDivisionError ### Steps to reproduce ```python from llmlingua import PromptCompressor llm_lingua = PromptCompressor( model_name="microsoft/llmlingua-2-bert-base-multilingual-cased-meetingbank", use_llmlingua2=True, device_map="cpu", ) json_data...
# Is your feature request related to a problem? Please describe. We'd like to extend Eliza's capabilities with FerePro Agent. FerePro is an agent developed by [FereAI](https://www.fereai.xyz) which can perform...
### Description I am using v0.3.4 on Mac Silicon and have multiple screens connected. When I start screen recording, it automatically starts recording the Macbook's default display. I want an...
The tutorial on: GKE Datagod setup failed. https://hub.qovery.com/guides/tutorial/kubernetes-observability-and-monitoring-with-datadog/ The actual values that worked for me are below. The resources are high and in general they don't consume this much but...
While attempting to trace an Agentic system (Gemini with tool calling), I keep getting this error. At first glance, it seemed like a Gemini error to me. I tried to...
We have a FastAPI + [RQ](https://python-rq.org) setup. We are successfully able to setup Lmnr in the FASTApi app. However, I am not clear as to how to set it up...