-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
100 lines (99 loc) · 2.96 KB
/
NAMESPACE
File metadata and controls
100 lines (99 loc) · 2.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Generated by roxygen2: do not edit by hand
S3method(print,adaptive_state)
S3method(print,pairwiseLLM_cost_estimate)
export(adaptive_get_logs)
export(adaptive_item_log)
export(adaptive_rank)
export(adaptive_rank_resume)
export(adaptive_rank_run_live)
export(adaptive_rank_start)
export(adaptive_results_history)
export(adaptive_round_log)
export(adaptive_step_log)
export(alternate_pair_order)
export(anthropic_compare_pair_live)
export(anthropic_create_batch)
export(anthropic_download_batch_results)
export(anthropic_get_batch)
export(anthropic_poll_batch_until_complete)
export(build_anthropic_batch_requests)
export(build_bt_data)
export(build_btl_results_data)
export(build_elo_data)
export(build_gemini_batch_requests)
export(build_openai_batch_requests)
export(build_prompt)
export(check_llm_api_keys)
export(check_positional_bias)
export(compute_reverse_consistency)
export(ensure_only_ollama_model_loaded)
export(estimate_llm_pairs_cost)
export(fit_bayes_btl_mcmc)
export(fit_bt_model)
export(fit_elo_model)
export(gemini_compare_pair_live)
export(gemini_create_batch)
export(gemini_download_batch_results)
export(gemini_get_batch)
export(gemini_poll_batch_until_complete)
export(get_prompt_template)
export(list_prompt_templates)
export(llm_compare_pair)
export(llm_download_batch_results)
export(llm_resume_multi_batches)
export(llm_submit_pairs_batch)
export(llm_submit_pairs_multi_batch)
export(load_adaptive_session)
export(make_adaptive_judge_llm)
export(make_pairs)
export(ollama_compare_pair_live)
export(openai_compare_pair_live)
export(openai_create_batch)
export(openai_download_batch_output)
export(openai_get_batch)
export(openai_poll_batch_until_complete)
export(openai_upload_batch_file)
export(parse_anthropic_batch_output)
export(parse_gemini_batch_output)
export(parse_openai_batch_output)
export(randomize_pair_order)
export(read_samples_df)
export(read_samples_dir)
export(register_prompt_template)
export(remove_prompt_template)
export(run_anthropic_batch_pipeline)
export(run_gemini_batch_pipeline)
export(run_openai_batch_pipeline)
export(sample_pairs)
export(sample_reverse_pairs)
export(save_adaptive_session)
export(set_prompt_template)
export(submit_anthropic_pairs_live)
export(submit_gemini_pairs_live)
export(submit_llm_pairs)
export(submit_ollama_pairs_live)
export(submit_openai_pairs_live)
export(submit_together_pairs_live)
export(summarize_adaptive)
export(summarize_bt_fit)
export(summarize_items)
export(summarize_refits)
export(together_compare_pair_live)
export(trait_description)
export(validate_session_dir)
export(write_openai_batch_file)
import(dplyr)
import(tibble)
importFrom(curl,form_file)
importFrom(httr2,req_auth_bearer_token)
importFrom(httr2,req_body_json)
importFrom(httr2,req_body_multipart)
importFrom(httr2,req_perform)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(httr2,resp_body_raw)
importFrom(httr2,resp_body_string)
importFrom(httr2,resp_status)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(stats,aggregate)