chethanuk

Results 43 comments of chethanuk

NOTE: Financial-Analysis-Agent is failing - will fix in separate PR ``` Give Feedback / Get Help: https://github.com/BerriAI/litellm/issues/new LiteLLM.Info: If you need to debug this error, use `litellm.set_verbose=True'. litellm.ContextWindowExceededError: litellm.BadRequestError: ContextWindowExceededError:...

![image](https://github.com/user-attachments/assets/504b6af9-fd69-4d90-a037-954a23f76ee7) This is be enough I guess?

>However, if we modify this behavior, such as by reassigning IDs through the KRaft controller with a new API, we could potentially use Deployment instead. @daniel-y Any plans on doing...

[vLLM does support function calling through its OpenAI-compatible server interface, specifically for models that can handle tool/function calling](https://docs.vllm.ai/en/latest/serving/openai_compatible_server.html?ref=blog.mozilla.ai#) Then you can use the OpenAI client exactly as you showed, or...

> @chethanuk you have to update the lockfile as well. please run `make precommit`. This should do the job. Done - Updated

Unable to sign particular commits

@Guest0x0 Please try branch: `support-windows-os` - Git clone https://github.com/chethanuk/moonbit-component-generator/tree/support-windows-os - cargo test --all-features --all-targets

Will be useful feature - We can use https://taskiq-python.github.io/guide/scheduling-tasks.html#dynamic-scheduling ```bash cron schedules instead, just use schedule_by_cron method. await my_task.schedule_by_cron( redis_source, "*/5 * * * *", 11, arg2="arg2", ) ```