-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathmetadata.json
More file actions
83 lines (83 loc) · 1.99 KB
/
metadata.json
File metadata and controls
83 lines (83 loc) · 1.99 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
74
75
76
77
78
79
80
81
82
83
{
"cliVersion": "4.63.2",
"generatorName": "fernapi/fern-python-sdk",
"generatorVersion": "5.3.3",
"generatorConfig": {
"inline_request_params": false,
"extra_dependencies": {
"fastavro": "^1.9.4",
"requests": "^2.0.0",
"types-requests": "^2.0.0",
"tokenizers": ">=0.15,<1"
},
"improved_imports": true,
"pydantic_config": {
"frozen": false,
"union_naming": "v1",
"require_optional_fields": false,
"extra_fields": "allow",
"use_str_enums": true,
"skip_validation": true
},
"timeout_in_seconds": 300,
"client": {
"class_name": "BaseCohere",
"filename": "base_client.py",
"exported_class_name": "Client",
"exported_filename": "client.py"
},
"additional_init_exports": [
{
"from": "client",
"imports": [
"Client",
"AsyncClient"
]
},
{
"from": "bedrock_client",
"imports": [
"BedrockClient",
"BedrockClientV2"
]
},
{
"from": "sagemaker_client",
"imports": [
"SagemakerClient",
"SagemakerClientV2"
]
},
{
"from": "aws_client",
"imports": [
"AwsClient"
]
},
{
"from": "client_v2",
"imports": [
"AsyncClientV2",
"ClientV2"
]
},
{
"from": "aliases",
"imports": [
"StreamedChatResponseV2",
"MessageStartStreamedChatResponseV2",
"MessageEndStreamedChatResponseV2",
"ContentStartStreamedChatResponseV2",
"ContentDeltaStreamedChatResponseV2",
"ContentEndStreamedChatResponseV2",
"ToolCallStartStreamedChatResponseV2",
"ToolCallDeltaStreamedChatResponseV2",
"ToolCallEndStreamedChatResponseV2",
"ChatResponse"
]
}
]
},
"originGitCommit": "f6bbd671944a203a435dd01ebe619dcb4e493503",
"sdkVersion": "6.0.0"
}