Skip to content

Commit

Permalink
Process config for easier debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rhennigan committed Jan 13, 2025
1 parent d66a966 commit 2d7e39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Chatbook/PromptGenerators/RelatedDocumentation.wl
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ filterSnippets[ messages_, results0_List, True, filterCount_Integer? Positive ]

response = StringTrim @ ConfirmBy[
LogChatTiming[
llmSynthesize[ instructions, $filteringLLMConfig ],
llmSynthesize[ instructions, Replace[ $filteringLLMConfig, Automatic -> Verbatim @ Automatic, { 1 } ] ],
"WaitForFilterSnippetsTask"
] // withApproximateProgress[ 0.5 ],
StringQ,
Expand Down

0 comments on commit 2d7e39e

Please sign in to comment.