Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 90 additions & 0 deletions cachy.jsonl

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion lisette/_modidx.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
'lisette/core.py'),
'lisette.core.ChatGPTToolCallNormalizer._normalize': ( 'core.html#chatgpttoolcallnormalizer._normalize',
'lisette/core.py'),
'lisette.core.FenceToolStop': ('core.html#fencetoolstop', 'lisette/core.py'),
'lisette.core.FenceToolStop.__call__': ('core.html#fencetoolstop.__call__', 'lisette/core.py'),
'lisette.core.FenceToolStop.__init__': ('core.html#fencetoolstop.__init__', 'lisette/core.py'),
'lisette.core.FireworksAIConfig.get_provider_info': ( 'core.html#fireworksaiconfig.get_provider_info',
'lisette/core.py'),
'lisette.core.FullResponse': ('core.html#fullresponse', 'lisette/core.py'),
Expand All @@ -49,6 +52,7 @@
'lisette.core.UsageStats.__repr__': ('core.html#usagestats.__repr__', 'lisette/core.py'),
'lisette.core.UsageStats.fmt': ('core.html#usagestats.fmt', 'lisette/core.py'),
'lisette.core.UsageStats.from_response': ('core.html#usagestats.from_response', 'lisette/core.py'),
'lisette.core._active_fence_langs': ('core.html#_active_fence_langs', 'lisette/core.py'),
'lisette.core._add_cache_control': ('core.html#_add_cache_control', 'lisette/core.py'),
'lisette.core._alite_call_func': ('core.html#_alite_call_func', 'lisette/core.py'),
'lisette.core._apply_cache_idxs': ('core.html#_apply_cache_idxs', 'lisette/core.py'),
Expand All @@ -65,23 +69,28 @@
'lisette.core._lite_call_func': ('core.html#_lite_call_func', 'lisette/core.py'),
'lisette.core._mk_content': ('core.html#_mk_content', 'lisette/core.py'),
'lisette.core._mk_prefill': ('core.html#_mk_prefill', 'lisette/core.py'),
'lisette.core._mk_result_fence': ('core.html#_mk_result_fence', 'lisette/core.py'),
'lisette.core._mk_tool_result': ('core.html#_mk_tool_result', 'lisette/core.py'),
'lisette.core._patched_scb': ('core.html#_patched_scb', 'lisette/core.py'),
'lisette.core._prep_tool_res': ('core.html#_prep_tool_res', 'lisette/core.py'),
'lisette.core._resolve_tool_refs': ('core.html#_resolve_tool_refs', 'lisette/core.py'),
'lisette.core._setup_gptinfo': ('core.html#_setup_gptinfo', 'lisette/core.py'),
'lisette.core._split_fence_msgs': ('core.html#_split_fence_msgs', 'lisette/core.py'),
'lisette.core._split_msg_on_fences': ('core.html#_split_msg_on_fences', 'lisette/core.py'),
'lisette.core._tc_summary': ('core.html#_tc_summary', 'lisette/core.py'),
'lisette.core._think_kw': ('core.html#_think_kw', 'lisette/core.py'),
'lisette.core._trim_chunk': ('core.html#_trim_chunk', 'lisette/core.py'),
'lisette.core._trunc_content': ('core.html#_trunc_content', 'lisette/core.py'),
'lisette.core._trunc_str': ('core.html#_trunc_str', 'lisette/core.py'),
'lisette.core._try_eval': ('core.html#_try_eval', 'lisette/core.py'),
'lisette.core.add_warning': ('core.html#add_warning', 'lisette/core.py'),
'lisette.core.adisplay_stream': ('core.html#adisplay_stream', 'lisette/core.py'),
'lisette.core.astream_with_complete': ('core.html#astream_with_complete', 'lisette/core.py'),
'lisette.core.cite_footnote': ('core.html#cite_footnote', 'lisette/core.py'),
'lisette.core.cite_footnotes': ('core.html#cite_footnotes', 'lisette/core.py'),
'lisette.core.completion_text': ('core.html#completion_text', 'lisette/core.py'),
'lisette.core.contents': ('core.html#contents', 'lisette/core.py'),
'lisette.core.display_stream': ('core.html#display_stream', 'lisette/core.py'),
'lisette.core.extract_fence_call': ('core.html#extract_fence_call', 'lisette/core.py'),
'lisette.core.fmt2hist': ('core.html#fmt2hist', 'lisette/core.py'),
'lisette.core.fw_cc.cost_per_token': ('core.html#fw_cc.cost_per_token', 'lisette/core.py'),
'lisette.core.lite_mk_func': ('core.html#lite_mk_func', 'lisette/core.py'),
Expand All @@ -100,6 +109,8 @@
'lisette.core.patch_litellm': ('core.html#patch_litellm', 'lisette/core.py'),
'lisette.core.random_tool_id': ('core.html#random_tool_id', 'lisette/core.py'),
'lisette.core.remove_cache_ckpts': ('core.html#remove_cache_ckpts', 'lisette/core.py'),
'lisette.core.run_fence_tool': ('core.html#run_fence_tool', 'lisette/core.py'),
'lisette.core.run_fence_tool_async': ('core.html#run_fence_tool_async', 'lisette/core.py'),
'lisette.core.search_count': ('core.html#search_count', 'lisette/core.py'),
'lisette.core.split_tools': ('core.html#split_tools', 'lisette/core.py'),
'lisette.core.stop_reason': ('core.html#stop_reason', 'lisette/core.py'),
Expand Down
Loading
Loading