abdullah karakus
Results
1
issues of
abdullah karakus
dspy.Google does not work properly as it always results in KeyError: 'max_tokens'. The problem stems from line 95 in dsp/primitives/predict.py ``` max_tokens = kwargs.get("max_tokens", dsp.settings.lm.kwargs["max_tokens"]) ``` This creates a key...
LM Issues