-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
44 lines (42 loc) · 1.2 KB
/
NAMESPACE
File metadata and controls
44 lines (42 loc) · 1.2 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
# Generated by roxygen2: do not edit by hand
S3method(as_table,LlmResponse)
S3method(get_llm_models,LocalLlmApi)
S3method(get_llm_models,RemoteLlmApi)
S3method(print,LlmPromptConfig)
S3method(print,LlmResponse)
S3method(print,LocalLlmApi)
S3method(print,OllamaModel)
S3method(print,OllamaModelManager)
S3method(print,RemoteLlmApi)
S3method(send_prompt,LocalLlmApi)
S3method(send_prompt,RemoteLlmApi)
S3method(update,OllamaModelManager)
export(as_table)
export(get_llm_models)
export(has_internet)
export(llm_generate_prompt_server)
export(llm_generate_prompt_ui)
export(new_LlmPromptConfig)
export(new_LlmResponse)
export(new_LocalLlmApi)
export(new_OllamaModel)
export(new_OllamaModelManager)
export(new_RemoteLlmApi)
export(send_prompt)
export(startApplication)
export(update)
import(shiny)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(httr2,req_body_json)
importFrom(httr2,req_headers)
importFrom(httr2,req_perform)
importFrom(httr2,req_timeout)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(rlang,"%||%")
importFrom(shinyAce,aceEditor)
importFrom(shinyAce,updateAceEditor)
importFrom(shinyTools,shinyTryCatch)
importFrom(shinyjs,disable)
importFrom(shinyjs,enable)