Debanjan

Results 8 comments of Debanjan

https://github.com/pgaref/HTTP_Request_Randomizer/blob/5c41348e90190a78a45c67ded7da121239f3d23a/http_request_randomizer/requests/parsers/FreeProxyParser.py#L27 For those who are interested, removing the `attrs` filter works as a short term workaround, This is because FreeProxy hasn't changed anything and `find` gets the first table.

I third that!

same error -- ``` pip3 freeze | grep ipython-sql ipython-sql==0.3.9 ```

```python lm = dspy.OpenAI(...) ... # run your module here lm.inspect_history(10) # shows you the last 10 generations ```

@imflash217 In `dspy.settings.configure`, is `trace=True` present?

@imflash217 it seems like inspect history is the only way to see the LLM outputs. You can save the trace output to an append only log file and I hope...

Monkey patching the settings and client at runtime. I used the try catch block so that when the upstream is fixed, the branch with the fix will not be used....

https://github.com/stanfordnlp/dspy/blob/main/dspy%2Fsignatures%2Ffield.py#L22 The description kwarg for pydantic should suffice. You can subclass Field to include the title, description and examples into description.