forked from MichelNivard/gptstudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
38 lines (37 loc) · 897 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(avAddin)
export(chat_gpt_addin)
export(check_api)
export(check_api_connection)
export(check_api_key)
export(collect_dataframes)
export(comAddin)
export(create_gpt_chat)
export(get_selection)
export(gpt_addin)
export(gpt_chat)
export(gpt_create)
export(gpt_edit)
export(gpt_insert)
export(insert_text)
export(openai_chat)
export(openai_create_chat_completion)
export(openai_create_completion)
export(openai_create_edit)
export(prep_data_prompt)
export(run_gpt_freeform)
export(run_specify_model)
export(sandgAddin)
export(specify_model_addin)
export(wpAddin)
import(cli)
import(rlang)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.count)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.number)
importFrom(assertthat,is.string)
importFrom(glue,glue)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")