Raúl Arroyo Lubián

Results 5 comments of Raúl Arroyo Lubián

I am using `opik` version `1.8.75` and `dspy` version `3.0.3`. In order to be able to check that body i went to `.venv/lib/python3.12/site-packages/litellm/llms/custom_httpx/llm_http_handler.py` and added some prints.

Code: ```python from dotenv import load_dotenv load_dotenv(".env.dev") import dspy from opik.integrations.dspy import OpikCallback from src.agents.llms.dspy import get_dspy_llm # Just instantiates lm with f"openrouter/{model}" and appropiate config project_name = "DSPY test"...

I am using `opik` version `1.8.75` and `dspy` version `3.0.3`. In order to be able to check that body i went to `.venv/lib/python3.12/site-packages/litellm/llms/custom_httpx/llm_http_handler.py` and added some prints.

Excuse me @idoberko2, but I don't know if you saw my last message in this other issue (https://github.com/comet-ml/opik/issues/3680) and I have no permission to reopen it. The problem with that...

So far, the workaround I have is to get `module.history` after 1 execution with a dummy example, get the last message and the system and user message, but i don't...