ask_llm 2.0.0

make a request to whatever llm is the best these days, without hardcoding model/provider
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
brace_style = "PreferSameLine"
format_macro_matchers = true
group_imports = "StdExternalCrate"
hard_tabs = true
hex_literal_case = "Lower"
imports_granularity = "Crate"
match_arm_blocks = false
max_width = 190
normalize_doc_attributes = true
reorder_impl_items = true
reorder_imports = true
short_array_element_width_threshold = 20
unstable_features = true
use_field_init_shorthand = true
use_small_heuristics = "Default"
use_try_shorthand = true