-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
69 lines (68 loc) · 1.77 KB
/
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
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
# Generated by roxygen2: do not edit by hand
S3method(add,messages)
S3method(last,messages)
S3method(show,messages)
S3method(update,messages)
export(add)
export(chat_completion)
export(create_completion)
export(create_embeddings)
export(create_messages)
export(draw_img)
export(draw_img_edit)
export(draw_img_variation)
export(extract_chat)
export(get_api_key)
export(get_last_tokens)
export(keep_completion)
export(last)
export(list_models)
export(record_audio)
export(regist_naver_key)
export(regist_openai_key)
export(retrieve_model)
export(set_naver_key)
export(set_openai_key)
export(show)
export(transcript_audio)
export(translate)
import(dplyr)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.number)
importFrom(assertthat,is.readable)
importFrom(assertthat,is.string)
importFrom(assertthat,noNA)
importFrom(audio,record)
importFrom(audio,save.wave)
importFrom(audio,wait)
importFrom(base64enc,base64decode)
importFrom(base64enc,base64encode)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_div)
importFrom(cli,cli_end)
importFrom(cli,cli_rule)
importFrom(glue,glue)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,status_code)
importFrom(httr,upload_file)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,as_datetime)
importFrom(magick,image_read)
importFrom(magick,image_write)
importFrom(openai,create_completion)
importFrom(openai,create_embedding)
importFrom(openai,create_image)
importFrom(openai,create_image_variation)
importFrom(openai,list_models)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,modify_if)
importFrom(purrr,walk)
importFrom(rmarkdown,render)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(tibble,as_tibble)
importFrom(utils,browseURL)