-
Notifications
You must be signed in to change notification settings - Fork 19
/
NAMESPACE
58 lines (57 loc) · 1.42 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
# Generated by roxygen2: do not edit by hand
S3method(app_init_message,ch_databricks)
S3method(app_init_message,ch_openai)
S3method(app_init_message,default)
S3method(ch_submit,ch_databricks)
S3method(ch_submit,ch_llamagpt)
S3method(ch_submit,ch_openai)
S3method(ch_submit,ch_test_backend)
S3method(ch_test,ch_llamagpt)
S3method(ch_test,ch_openai_chat_completions)
S3method(ch_test,ch_openai_github_copilot_chat)
S3method(print,ch_history)
S3method(print,ch_model)
S3method(print,ch_request)
export(ch_history)
export(ch_submit)
export(ch_test)
export(chattr)
export(chattr_app)
export(chattr_defaults)
export(chattr_defaults_save)
export(chattr_test)
export(chattr_use)
import(callr)
import(cli)
import(fs)
import(glue)
import(httr2)
import(processx)
import(rstudioapi)
import(shiny)
import(yaml)
importFrom(bslib,bs_theme)
importFrom(clipr,write_clip)
importFrom(grDevices,rgb)
importFrom(lifecycle,deprecated)
importFrom(purrr,discard)
importFrom(purrr,flatten)
importFrom(purrr,imap)
importFrom(purrr,imap_lgl)
importFrom(purrr,iwalk)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_lgl)
importFrom(purrr,reduce)
importFrom(purrr,set_names)
importFrom(purrr,transpose)
importFrom(purrr,walk)
importFrom(rlang,"%||%")
importFrom(rlang,abort)
importFrom(rlang,is_interactive)
importFrom(rlang,is_na)
importFrom(rlang,is_named)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,menu)