-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
73 lines (72 loc) · 1.92 KB
/
NAMESPACE
File metadata and controls
73 lines (72 loc) · 1.92 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
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
# Generated by roxygen2: do not edit by hand
export(ant_batch_cancel)
export(ant_batch_create)
export(ant_batch_list)
export(ant_batch_results)
export(ant_batch_status)
export(ant_build_messages_request)
export(ant_complete_chunks)
export(ant_complete_df)
export(ant_complete_text)
export(create_json_schema)
export(get_api_key)
export(hf_build_request)
export(hf_build_request_batch)
export(hf_build_request_df)
export(hf_classify_batch)
export(hf_classify_chunks)
export(hf_classify_df)
export(hf_classify_text)
export(hf_embed_batch)
export(hf_embed_chunks)
export(hf_embed_df)
export(hf_embed_text)
export(hf_get_endpoint_info)
export(hf_get_model_max_length)
export(hf_perform_request)
export(json_dump)
export(json_schema)
export(oai_batch_build_completions_req)
export(oai_batch_build_embed_req)
export(oai_batch_cancel)
export(oai_batch_list)
export(oai_batch_parse_completions)
export(oai_batch_parse_embeddings)
export(oai_batch_prepare_completions)
export(oai_batch_prepare_embeddings)
export(oai_batch_start)
export(oai_batch_status)
export(oai_batch_upload)
export(oai_build_completions_request)
export(oai_build_completions_request_list)
export(oai_build_embedding_request)
export(oai_complete_chunks)
export(oai_complete_df)
export(oai_complete_text)
export(oai_embed_batch)
export(oai_embed_chunks)
export(oai_embed_df)
export(oai_embed_text)
export(oai_file_content)
export(oai_file_delete)
export(oai_file_list)
export(oai_file_upload)
export(perform_requests_with_strategy)
export(process_response)
export(safely_from_json)
export(safely_perform_request)
export(schema_array)
export(schema_boolean)
export(schema_enum)
export(schema_integer)
export(schema_number)
export(schema_object)
export(schema_string)
export(set_api_key)
export(tidy_classification_response)
export(tidy_embedding_response)
export(tidy_oai_embedding)
export(validate_hf_endpoint)
export(validate_response)
importFrom(jsonvalidate,json_validator)
importFrom(rlang,":=")