-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
76 lines (64 loc) · 1.72 KB
/
_pkgdown.yml
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
url: https://mikkelvembye.github.io/AIscreenR/
template:
bootstrap: 5
development:
mode: release
reference:
- title: "Screen with GPT API models"
desc: "R functions to automate title and abstract screeening with GPT API models"
contents:
- tabscreen_gpt.tools
- tabscreen_gpt.original
- title: "Screen failed requests"
desc: "R functions to re-screen failied title and abstract requests"
contents:
- screen_errors
- screen_errors.gpt
- screen_errors.chatgpt
- title: "Analyze screening performance"
desc: "R functions to analyze agreement between humans and GPT"
contents:
- screen_analyzer
- title: "Fine tuning (ft)"
desc: "R functions generate data that can be used for fine tuning of models"
contents:
- generate_ft_data
- write_ft_data
- title: "API management"
desc: "R functions to ease and automate API management"
contents:
- set_api_key
- get_api_key
- title: "Rate limits"
desc: "R functions to find api rate limits"
contents:
- rate_limits_per_minute
- title: "Datasets"
desc: "Datasets in the package"
contents:
- filges2015_dat
- model_prizes
- title: "Coercion"
contents:
- is_chatgpt
- is_chatgpt_tbl
- is_gpt
- is_gpt_tbl
- is_gpt_agg_tbl
- title: "Print methods"
contents:
- print.gpt
- print.chatgpt
- print.gpt_price
- title: "Pricing"
contents:
- approximate_price_gpt
- title: "Sample references"
desc: "Sample references to construct test dataset"
contents:
- sample_references
articles:
- title: Using AIscreenR
navbar: ~
contents:
- Using-GPT-API-Models-For-Screening