File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ # dspy.configure_cache
2
+
3
+
4
+ <!-- START_API_REF -->
5
+ ::: dspy.configure_cache
6
+ handler: python
7
+ options:
8
+ show_source: true
9
+ show_root_heading: true
10
+ heading_level: 2
11
+ docstring_style: google
12
+ show_root_full_path: true
13
+ show_object_full_path: false
14
+ separate_signature: false
15
+ inherited_members: true
16
+ <!-- END_API_REF -->
Original file line number Diff line number Diff line change 127
127
- StatusMessageProvider : api/utils/StatusMessageProvider.md
128
128
- StreamListener : api/utils/StreamListener.md
129
129
- asyncify : api/utils/asyncify.md
130
+ - configure_cache : api/utils/configure_cache.md
130
131
- disable_litellm_logging : api/utils/disable_litellm_logging.md
131
132
- disable_logging : api/utils/disable_logging.md
132
133
- enable_litellm_logging : api/utils/enable_litellm_logging.md
Original file line number Diff line number Diff line change 55
55
dspy .disable_logging ,
56
56
dspy .enable_litellm_logging ,
57
57
dspy .disable_litellm_logging ,
58
+ dspy .configure_cache ,
58
59
dspy .streaming .StatusMessageProvider ,
59
60
dspy .streaming .StatusMessage ,
60
61
dspy .streaming .StreamListener ,
You can’t perform that action at this time.
0 commit comments