We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8164847 commit 82b3291Copy full SHA for 82b3291
dspy/clients/lm.py
@@ -70,7 +70,6 @@ def __init__(
70
self.provider = provider or self.infer_provider()
71
self.callbacks = callbacks or []
72
self.history = []
73
- self.callbacks = callbacks or []
74
self.num_retries = num_retries
75
self.finetuning_model = finetuning_model
76
self.launch_kwargs = launch_kwargs or {}
0 commit comments