Albert

Results 5 comments of Albert

Hi @agola11, if you have time for a review, I would appreciate it. Best, Albert

@leo-gan hi, I had a look and a lot of refactoring happened since I created this request. I opened another pull request ([10623](https://github.com/langchain-ai/langchain/pull/10623)), where I did the bug fix a...

Hi Federico, I was just thinking about the same before. Since there are many levels of abstraction, having separate objects for synchronous and asynchronous would result smells like a lot...

I am also currently exploring textgrad and I extended the LLMCall and BlackboxLLM classes adding additional variables to the forward methods. These can e.g. contain the fewshot examples. For first...

I made these some time ago, haven't checked if they work with the current version though: ```python import logging import jinja2 from textgrad import Variable from textgrad.autograd.function import BackwardContext from...