Skip to content

Commit 733a127

Browse files
Merge pull request #948 from qhoxie/qhoxie/claude-helper
feat(dspy): add dspy.Claude helper
2 parents 05e195b + bb88c79 commit 733a127

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dspy/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
from .primitives import *
66
from .retrieve import *
77
from .signatures import *
8+
from .utils.logging import logger, set_log_output
89

910
# Functional must be imported after primitives, predict and signatures
1011
from .functional import * # isort: skip
11-
from .utils.logging import logger, set_log_output
1212

1313
settings = dsp.settings
1414

@@ -25,6 +25,7 @@
2525
Google = dsp.Google
2626
GoogleVertexAI = dsp.GoogleVertexAI
2727
GROQ = dsp.GroqLM
28+
Claude = dsp.Claude
2829

2930
HFClientTGI = dsp.HFClientTGI
3031
HFClientVLLM = HFClientVLLM

0 commit comments

Comments
 (0)