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.
2 parents 05e195b + bb88c79 commit 733a127Copy full SHA for 733a127
dspy/__init__.py
@@ -5,10 +5,10 @@
5
from .primitives import *
6
from .retrieve import *
7
from .signatures import *
8
+from .utils.logging import logger, set_log_output
9
10
# Functional must be imported after primitives, predict and signatures
11
from .functional import * # isort: skip
-from .utils.logging import logger, set_log_output
12
13
settings = dsp.settings
14
@@ -25,6 +25,7 @@
25
Google = dsp.Google
26
GoogleVertexAI = dsp.GoogleVertexAI
27
GROQ = dsp.GroqLM
28
+Claude = dsp.Claude
29
30
HFClientTGI = dsp.HFClientTGI
31
HFClientVLLM = HFClientVLLM
0 commit comments