lmnr 0.4.35__py3-none-any.whl → 0.4.37__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- lmnr/__init__.py +2 -2
- lmnr/{traceloop_sdk → openllmetry_sdk}/__init__.py +3 -3
- lmnr/{traceloop_sdk → openllmetry_sdk}/decorators/base.py +4 -4
- lmnr/openllmetry_sdk/tracing/__init__.py +1 -0
- lmnr/{traceloop_sdk → openllmetry_sdk}/tracing/context_manager.py +1 -1
- lmnr/{traceloop_sdk → openllmetry_sdk}/tracing/tracing.py +61 -47
- lmnr/sdk/decorators.py +3 -3
- lmnr/sdk/evaluations.py +2 -2
- lmnr/sdk/laminar.py +35 -9
- {lmnr-0.4.35.dist-info → lmnr-0.4.37.dist-info}/METADATA +2 -2
- lmnr-0.4.37.dist-info/RECORD +32 -0
- lmnr/traceloop_sdk/tests/__init__.py +0 -1
- lmnr/traceloop_sdk/tests/cassettes/test_association_properties/test_langchain_and_external_association_properties.yaml +0 -101
- lmnr/traceloop_sdk/tests/cassettes/test_association_properties/test_langchain_association_properties.yaml +0 -99
- lmnr/traceloop_sdk/tests/cassettes/test_manual/test_manual_report.yaml +0 -98
- lmnr/traceloop_sdk/tests/cassettes/test_manual/test_resource_attributes.yaml +0 -98
- lmnr/traceloop_sdk/tests/cassettes/test_privacy_no_prompts/test_simple_workflow.yaml +0 -199
- lmnr/traceloop_sdk/tests/cassettes/test_prompt_management/test_prompt_management.yaml +0 -202
- lmnr/traceloop_sdk/tests/cassettes/test_sdk_initialization/test_resource_attributes.yaml +0 -199
- lmnr/traceloop_sdk/tests/cassettes/test_tasks/test_task_io_serialization_with_langchain.yaml +0 -96
- lmnr/traceloop_sdk/tests/cassettes/test_workflows/test_simple_aworkflow.yaml +0 -98
- lmnr/traceloop_sdk/tests/cassettes/test_workflows/test_simple_workflow.yaml +0 -199
- lmnr/traceloop_sdk/tests/cassettes/test_workflows/test_streaming_workflow.yaml +0 -167
- lmnr/traceloop_sdk/tests/conftest.py +0 -111
- lmnr/traceloop_sdk/tests/test_association_properties.py +0 -229
- lmnr/traceloop_sdk/tests/test_manual.py +0 -48
- lmnr/traceloop_sdk/tests/test_nested_tasks.py +0 -47
- lmnr/traceloop_sdk/tests/test_privacy_no_prompts.py +0 -50
- lmnr/traceloop_sdk/tests/test_sdk_initialization.py +0 -57
- lmnr/traceloop_sdk/tests/test_tasks.py +0 -32
- lmnr/traceloop_sdk/tests/test_workflows.py +0 -262
- lmnr/traceloop_sdk/tracing/__init__.py +0 -1
- lmnr-0.4.35.dist-info/RECORD +0 -52
- /lmnr/{traceloop_sdk → openllmetry_sdk}/.flake8 +0 -0
- /lmnr/{traceloop_sdk → openllmetry_sdk}/.python-version +0 -0
- /lmnr/{traceloop_sdk → openllmetry_sdk}/config/__init__.py +0 -0
- /lmnr/{traceloop_sdk → openllmetry_sdk}/decorators/__init__.py +0 -0
- /lmnr/{traceloop_sdk → openllmetry_sdk}/instruments.py +0 -0
- /lmnr/{traceloop_sdk → openllmetry_sdk}/tracing/attributes.py +0 -0
- /lmnr/{traceloop_sdk → openllmetry_sdk}/tracing/content_allow_list.py +0 -0
- /lmnr/{traceloop_sdk → openllmetry_sdk}/utils/__init__.py +0 -0
- /lmnr/{traceloop_sdk → openllmetry_sdk}/utils/in_memory_span_exporter.py +0 -0
- /lmnr/{traceloop_sdk → openllmetry_sdk}/utils/json_encoder.py +0 -0
- /lmnr/{traceloop_sdk → openllmetry_sdk}/utils/package_check.py +0 -0
- /lmnr/{traceloop_sdk → openllmetry_sdk}/version.py +0 -0
- {lmnr-0.4.35.dist-info → lmnr-0.4.37.dist-info}/LICENSE +0 -0
- {lmnr-0.4.35.dist-info → lmnr-0.4.37.dist-info}/WHEEL +0 -0
- {lmnr-0.4.35.dist-info → lmnr-0.4.37.dist-info}/entry_points.txt +0 -0
@@ -1,101 +0,0 @@
|
|
1
|
-
interactions:
|
2
|
-
- request:
|
3
|
-
body: '{"messages": [{"content": "You are helpful assistant", "role": "system"},
|
4
|
-
{"content": "tell me a short joke", "role": "user"}], "model": "gpt-3.5-turbo",
|
5
|
-
"logprobs": false, "n": 1, "stream": false, "temperature": 0.7}'
|
6
|
-
headers:
|
7
|
-
accept:
|
8
|
-
- application/json
|
9
|
-
accept-encoding:
|
10
|
-
- gzip, deflate
|
11
|
-
connection:
|
12
|
-
- keep-alive
|
13
|
-
content-length:
|
14
|
-
- '217'
|
15
|
-
content-type:
|
16
|
-
- application/json
|
17
|
-
host:
|
18
|
-
- api.openai.com
|
19
|
-
user-agent:
|
20
|
-
- OpenAI/Python 1.35.15
|
21
|
-
x-stainless-arch:
|
22
|
-
- arm64
|
23
|
-
x-stainless-async:
|
24
|
-
- 'false'
|
25
|
-
x-stainless-lang:
|
26
|
-
- python
|
27
|
-
x-stainless-os:
|
28
|
-
- MacOS
|
29
|
-
x-stainless-package-version:
|
30
|
-
- 1.35.15
|
31
|
-
x-stainless-runtime:
|
32
|
-
- CPython
|
33
|
-
x-stainless-runtime-version:
|
34
|
-
- 3.9.5
|
35
|
-
method: POST
|
36
|
-
uri: https://api.openai.com/v1/chat/completions
|
37
|
-
response:
|
38
|
-
body:
|
39
|
-
string: !!binary |
|
40
|
-
H4sIAAAAAAAAA1SRS0/DMBCE7/kVW1+4tKgJCo9eEHABhHooLyGEKtfdJgbHa7wbaFX1v6OEtIWL
|
41
|
-
D/PtrGbW6wRA2bkagTKlFlMFN7jIbiaP44fF59Pt5Pj65epu6Zbf44un69MxLVW/cdDsHY1sXYeG
|
42
|
-
quBQLPlfbCJqwWZrepLlaTo8S7MWVDRH19iKIIOjw3wgdZzRYJhmeecsyRpkNYLXBABg3b5NRj/H
|
43
|
-
pRrBsL9VKmTWBarRbghARXKNojSzZdFeVH8PDXlB38a+ryP24LlcwZz8gQAbi14sC4PEmgW0UMXn
|
44
|
-
cIlG14wgJa6g0h8IdQD8wriS0vqi93d9xEXNuqnna+c6fbPL66gIkWbc8Z2+sN5yOY2omXyTjYWC
|
45
|
-
aukmAXhr71L/q6pCpCrIVOgDfbMw686i9j+xh2neQSHRbq8f5UmXT/GKBavpwvoCY4i2PVLbYpP8
|
46
|
-
AAAA//8DAFwYnEsjAgAA
|
47
|
-
headers:
|
48
|
-
CF-Cache-Status:
|
49
|
-
- DYNAMIC
|
50
|
-
CF-RAY:
|
51
|
-
- 8bbd5d409b62b0bd-ATL
|
52
|
-
Connection:
|
53
|
-
- keep-alive
|
54
|
-
Content-Encoding:
|
55
|
-
- gzip
|
56
|
-
Content-Type:
|
57
|
-
- application/json
|
58
|
-
Date:
|
59
|
-
- Sat, 31 Aug 2024 13:28:32 GMT
|
60
|
-
Server:
|
61
|
-
- cloudflare
|
62
|
-
Set-Cookie:
|
63
|
-
- __cf_bm=3B.f5aMPKiXVHyNDAIAPma3ZGvDnGViQrDAMvyT4n_8-1725110912-1.0.1.1-.elzfgXAenLSaVeAmcRwzq2OROEZMEvOpxSRlQ7PPZ8n6nkbc2NfZXBU1bijPQNxQ28MLNRJFyh4B4Mq4G3PPA;
|
64
|
-
path=/; expires=Sat, 31-Aug-24 13:58:32 GMT; domain=.api.openai.com; HttpOnly;
|
65
|
-
Secure; SameSite=None
|
66
|
-
- _cfuvid=LakflcrbwsF6x0qpc03TIL8jU8c3IjMCt5dua3l4dVA-1725110912530-0.0.1.1-604800000;
|
67
|
-
path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None
|
68
|
-
Transfer-Encoding:
|
69
|
-
- chunked
|
70
|
-
X-Content-Type-Options:
|
71
|
-
- nosniff
|
72
|
-
access-control-expose-headers:
|
73
|
-
- X-Request-ID
|
74
|
-
alt-svc:
|
75
|
-
- h3=":443"; ma=86400
|
76
|
-
openai-organization:
|
77
|
-
- traceloop
|
78
|
-
openai-processing-ms:
|
79
|
-
- '233'
|
80
|
-
openai-version:
|
81
|
-
- '2020-10-01'
|
82
|
-
strict-transport-security:
|
83
|
-
- max-age=15552000; includeSubDomains; preload
|
84
|
-
x-ratelimit-limit-requests:
|
85
|
-
- '5000'
|
86
|
-
x-ratelimit-limit-tokens:
|
87
|
-
- '4000000'
|
88
|
-
x-ratelimit-remaining-requests:
|
89
|
-
- '4999'
|
90
|
-
x-ratelimit-remaining-tokens:
|
91
|
-
- '3999970'
|
92
|
-
x-ratelimit-reset-requests:
|
93
|
-
- 12ms
|
94
|
-
x-ratelimit-reset-tokens:
|
95
|
-
- 0s
|
96
|
-
x-request-id:
|
97
|
-
- req_459694e3c39fd24575ad9deb5b65a831
|
98
|
-
status:
|
99
|
-
code: 200
|
100
|
-
message: OK
|
101
|
-
version: 1
|
@@ -1,99 +0,0 @@
|
|
1
|
-
interactions:
|
2
|
-
- request:
|
3
|
-
body: '{"messages": [{"content": "You are helpful assistant", "role": "system"},
|
4
|
-
{"content": "tell me a short joke", "role": "user"}], "model": "gpt-3.5-turbo",
|
5
|
-
"logprobs": false, "n": 1, "stream": false, "temperature": 0.7}'
|
6
|
-
headers:
|
7
|
-
accept:
|
8
|
-
- application/json
|
9
|
-
accept-encoding:
|
10
|
-
- gzip, deflate
|
11
|
-
connection:
|
12
|
-
- keep-alive
|
13
|
-
content-length:
|
14
|
-
- '217'
|
15
|
-
content-type:
|
16
|
-
- application/json
|
17
|
-
host:
|
18
|
-
- api.openai.com
|
19
|
-
user-agent:
|
20
|
-
- OpenAI/Python 1.35.15
|
21
|
-
x-stainless-arch:
|
22
|
-
- arm64
|
23
|
-
x-stainless-async:
|
24
|
-
- 'false'
|
25
|
-
x-stainless-lang:
|
26
|
-
- python
|
27
|
-
x-stainless-os:
|
28
|
-
- MacOS
|
29
|
-
x-stainless-package-version:
|
30
|
-
- 1.35.15
|
31
|
-
x-stainless-runtime:
|
32
|
-
- CPython
|
33
|
-
x-stainless-runtime-version:
|
34
|
-
- 3.9.5
|
35
|
-
method: POST
|
36
|
-
uri: https://api.openai.com/v1/chat/completions
|
37
|
-
response:
|
38
|
-
body:
|
39
|
-
string: !!binary |
|
40
|
-
H4sIAAAAAAAAA1SRzU7DMBCE73mKxRcuLYLSFsgFgbhwBCSQ+FHlONvE4Hgt71olQn135BBauPgw
|
41
|
-
s7P6dvxVAChbqxKUabWYLrjphdwk01VXzb1teXOX6pquzp9vKSwfFzdqkhNUvaOR39SRoS44FEv+
|
42
|
-
xzYRtWDeenI2m13Mzxfz5WB0VKPLsSbI9PRoMZUUK5oen8wWY7Ila5BVCS8FAMDX8GZGX+OnKuF4
|
43
|
-
8qt0yKwbVOVuCEBFcllRmtmyaC9qsjcNeUE/YD+kiBNoMSJYBg3cUhR4pw+ENUXoKZWv/tU/tT0Y
|
44
|
-
Sq72hwLSIlTW9MYh5N01pABVD1YY3foSrtHoxAhWYKMZZEMgNmJ9oEaE7Y7dURMiVflOn5zb6Wvr
|
45
|
-
LberiJrJZ04WCj/xbQHwNnSU/p2tQqQuyEroA31eOBsrUvtf+WMuR1NItNvr82Ux8inuWbBbra1v
|
46
|
-
MIZoh8IyZbEtvgEAAP//AwAFMxvRLwIAAA==
|
47
|
-
headers:
|
48
|
-
CF-Cache-Status:
|
49
|
-
- DYNAMIC
|
50
|
-
CF-RAY:
|
51
|
-
- 8aef251d0f8609c9-HFA
|
52
|
-
Connection:
|
53
|
-
- keep-alive
|
54
|
-
Content-Encoding:
|
55
|
-
- gzip
|
56
|
-
Content-Type:
|
57
|
-
- application/json
|
58
|
-
Date:
|
59
|
-
- Tue, 06 Aug 2024 12:49:06 GMT
|
60
|
-
Server:
|
61
|
-
- cloudflare
|
62
|
-
Set-Cookie:
|
63
|
-
- __cf_bm=SWNMVXkujzFcfmlIKZqekPtNke27ztV8lzplh5iUMes-1722948546-1.0.1.1-oRP4d5x5PiBOFu.G77C4XWWMxrsKragvFMrFNCIRwudZ7Z2NMrKgMa_A7eqXOME9rU2sqUIpS9c8T9SBEAR7Fg;
|
64
|
-
path=/; expires=Tue, 06-Aug-24 13:19:06 GMT; domain=.api.openai.com; HttpOnly;
|
65
|
-
Secure; SameSite=None
|
66
|
-
- _cfuvid=VuBkx.e0oap2GPCBPG260hGbmwEpoHckoHEm5vALKZs-1722948546860-0.0.1.1-604800000;
|
67
|
-
path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None
|
68
|
-
Transfer-Encoding:
|
69
|
-
- chunked
|
70
|
-
X-Content-Type-Options:
|
71
|
-
- nosniff
|
72
|
-
alt-svc:
|
73
|
-
- h3=":443"; ma=86400
|
74
|
-
openai-organization:
|
75
|
-
- traceloop
|
76
|
-
openai-processing-ms:
|
77
|
-
- '400'
|
78
|
-
openai-version:
|
79
|
-
- '2020-10-01'
|
80
|
-
strict-transport-security:
|
81
|
-
- max-age=15552000; includeSubDomains; preload
|
82
|
-
x-ratelimit-limit-requests:
|
83
|
-
- '5000'
|
84
|
-
x-ratelimit-limit-tokens:
|
85
|
-
- '4000000'
|
86
|
-
x-ratelimit-remaining-requests:
|
87
|
-
- '4999'
|
88
|
-
x-ratelimit-remaining-tokens:
|
89
|
-
- '3999970'
|
90
|
-
x-ratelimit-reset-requests:
|
91
|
-
- 12ms
|
92
|
-
x-ratelimit-reset-tokens:
|
93
|
-
- 0s
|
94
|
-
x-request-id:
|
95
|
-
- req_bf54266d3b5b08c26a6dc51f55dd208c
|
96
|
-
status:
|
97
|
-
code: 200
|
98
|
-
message: OK
|
99
|
-
version: 1
|
@@ -1,98 +0,0 @@
|
|
1
|
-
interactions:
|
2
|
-
- request:
|
3
|
-
body: '{"messages": [{"role": "user", "content": "Tell me a joke about opentelemetry"}],
|
4
|
-
"model": "gpt-3.5-turbo"}'
|
5
|
-
headers:
|
6
|
-
accept:
|
7
|
-
- application/json
|
8
|
-
accept-encoding:
|
9
|
-
- gzip, deflate
|
10
|
-
connection:
|
11
|
-
- keep-alive
|
12
|
-
content-length:
|
13
|
-
- '107'
|
14
|
-
content-type:
|
15
|
-
- application/json
|
16
|
-
host:
|
17
|
-
- api.openai.com
|
18
|
-
user-agent:
|
19
|
-
- OpenAI/Python 1.35.13
|
20
|
-
x-stainless-arch:
|
21
|
-
- arm64
|
22
|
-
x-stainless-async:
|
23
|
-
- 'false'
|
24
|
-
x-stainless-lang:
|
25
|
-
- python
|
26
|
-
x-stainless-os:
|
27
|
-
- MacOS
|
28
|
-
x-stainless-package-version:
|
29
|
-
- 1.35.13
|
30
|
-
x-stainless-runtime:
|
31
|
-
- CPython
|
32
|
-
x-stainless-runtime-version:
|
33
|
-
- 3.9.5
|
34
|
-
method: POST
|
35
|
-
uri: https://api.openai.com/v1/chat/completions
|
36
|
-
response:
|
37
|
-
body:
|
38
|
-
string: !!binary |
|
39
|
-
H4sIAAAAAAAAA1RRy07DMBC85ysWn1vUB6XQCxISIB5HJF5CletsElPHa603hYD678hpaMXFh5md
|
40
|
-
8ezsTwagbK4WoEylxdTBDc/dw93zi71/vbotwtNN+Xy9fnl4XH9/3xdnp2qQFLT6QCN/qmNDdXAo
|
41
|
-
lvyONoxaMLmO55PxaD6azmcdUVOOLsnKIMPp8WwoDa9oOBpPZr2yImswqgW8ZQAAP92bMvocv9QC
|
42
|
-
RoM/pMYYdYlqsR8CUEwuIUrHaKNoL2pwIA15Qd/FfqpayG0OUiFQQC/osEbhFnLcoKOADCtGvYYm
|
43
|
-
wKeVKk1ahqBZPPIFXKLRTcQEt/CJjCCWMQcqwJDvvnYtCGtjfdmLcYPcQk0bPFJ9qu1+HUdlYFql
|
44
|
-
1X3j3B4vrLexWjLqSD5Fj0JhJ99mAO9dbc2/JlRgqoMshdbok+F4trNTh0MdyMlJTwqJdgd8ep71
|
45
|
-
+VRso2C9LKwvkQPbrsOUMttmvwAAAP//AwAebllYQgIAAA==
|
46
|
-
headers:
|
47
|
-
CF-Cache-Status:
|
48
|
-
- DYNAMIC
|
49
|
-
CF-RAY:
|
50
|
-
- 8a3c07512da0135d-ATL
|
51
|
-
Connection:
|
52
|
-
- keep-alive
|
53
|
-
Content-Encoding:
|
54
|
-
- gzip
|
55
|
-
Content-Type:
|
56
|
-
- application/json
|
57
|
-
Date:
|
58
|
-
- Mon, 15 Jul 2024 19:06:15 GMT
|
59
|
-
Server:
|
60
|
-
- cloudflare
|
61
|
-
Set-Cookie:
|
62
|
-
- __cf_bm=14DjWb_t0PhGL5mOhK8gsqaD2anNOF1J7Y8Lo_SpKpw-1721070375-1.0.1.1-HZ1yyYErVn.USbzwQt76wp1v0Fpbz2MvF04IOMJMUI7ZFXPv0Np1tZ8z2AthYPyy1oxDYakl9du4ysPr.pp_jg;
|
63
|
-
path=/; expires=Mon, 15-Jul-24 19:36:15 GMT; domain=.api.openai.com; HttpOnly;
|
64
|
-
Secure; SameSite=None
|
65
|
-
- _cfuvid=KuBmiwwXOTWsR0nU52KjyIkpVEjiHsE8MSSzFnGTEv0-1721070375445-0.0.1.1-604800000;
|
66
|
-
path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None
|
67
|
-
Transfer-Encoding:
|
68
|
-
- chunked
|
69
|
-
X-Content-Type-Options:
|
70
|
-
- nosniff
|
71
|
-
alt-svc:
|
72
|
-
- h3=":443"; ma=86400
|
73
|
-
openai-organization:
|
74
|
-
- traceloop
|
75
|
-
openai-processing-ms:
|
76
|
-
- '381'
|
77
|
-
openai-version:
|
78
|
-
- '2020-10-01'
|
79
|
-
strict-transport-security:
|
80
|
-
- max-age=15552000; includeSubDomains; preload
|
81
|
-
x-ratelimit-limit-requests:
|
82
|
-
- '5000'
|
83
|
-
x-ratelimit-limit-tokens:
|
84
|
-
- '160000'
|
85
|
-
x-ratelimit-remaining-requests:
|
86
|
-
- '4999'
|
87
|
-
x-ratelimit-remaining-tokens:
|
88
|
-
- '159974'
|
89
|
-
x-ratelimit-reset-requests:
|
90
|
-
- 12ms
|
91
|
-
x-ratelimit-reset-tokens:
|
92
|
-
- 9ms
|
93
|
-
x-request-id:
|
94
|
-
- req_7e9ec34ca2189a55d52eeb1828fcef25
|
95
|
-
status:
|
96
|
-
code: 200
|
97
|
-
message: OK
|
98
|
-
version: 1
|
@@ -1,98 +0,0 @@
|
|
1
|
-
interactions:
|
2
|
-
- request:
|
3
|
-
body: '{"messages": [{"role": "user", "content": "Tell me a joke about opentelemetry"}],
|
4
|
-
"model": "gpt-3.5-turbo"}'
|
5
|
-
headers:
|
6
|
-
accept:
|
7
|
-
- application/json
|
8
|
-
accept-encoding:
|
9
|
-
- gzip, deflate
|
10
|
-
connection:
|
11
|
-
- keep-alive
|
12
|
-
content-length:
|
13
|
-
- '107'
|
14
|
-
content-type:
|
15
|
-
- application/json
|
16
|
-
host:
|
17
|
-
- api.openai.com
|
18
|
-
user-agent:
|
19
|
-
- OpenAI/Python 1.35.13
|
20
|
-
x-stainless-arch:
|
21
|
-
- arm64
|
22
|
-
x-stainless-async:
|
23
|
-
- 'false'
|
24
|
-
x-stainless-lang:
|
25
|
-
- python
|
26
|
-
x-stainless-os:
|
27
|
-
- MacOS
|
28
|
-
x-stainless-package-version:
|
29
|
-
- 1.35.13
|
30
|
-
x-stainless-runtime:
|
31
|
-
- CPython
|
32
|
-
x-stainless-runtime-version:
|
33
|
-
- 3.9.5
|
34
|
-
method: POST
|
35
|
-
uri: https://api.openai.com/v1/chat/completions
|
36
|
-
response:
|
37
|
-
body:
|
38
|
-
string: !!binary |
|
39
|
-
H4sIAAAAAAAAA1SRT2/CMAzF7/0UXi67AGphhcFlGmib2DhO2mGaUEhNG0jjKHE1EOK7Tyn/tIsP
|
40
|
-
7+fnPDuHBEDoQkxAqEqyqp3pjs3i/W3cX3zwc77D9fbVvZSfZj6bTeeboehEB602qPji6imqnUHW
|
41
|
-
ZE9YeZSMcWo26mfpKB3kjy2oqUATbaXj7qCXd7nxK+qmWT8/OyvSCoOYwHcCAHBoa8xoC9yJCaSd
|
42
|
-
i1JjCLJEMbk2AQhPJipChqADS8uic4OKLKNtY39Veyh0AVwhKCoQPK6bgMAEJcUagZOe908wRSUj
|
43
|
-
0xwt9p7hV1puW5FByaasGLQFaYEcWkaDNbLfA3vp7sT5/eM1uKHSeVrFJW1jzFVfa6tDtfQoA9kY
|
44
|
-
MjC5k/2YAPy0B2r+7Sycp9rxkmmLNg7M8tM4cfuSG+wPz5CJpbnpD1lyzifCPjDWy7W2JXrndXut
|
45
|
-
mDI5Jn8AAAD//wMA+iUaUiwCAAA=
|
46
|
-
headers:
|
47
|
-
CF-Cache-Status:
|
48
|
-
- DYNAMIC
|
49
|
-
CF-RAY:
|
50
|
-
- 8a3c06ec694fada4-ATL
|
51
|
-
Connection:
|
52
|
-
- keep-alive
|
53
|
-
Content-Encoding:
|
54
|
-
- gzip
|
55
|
-
Content-Type:
|
56
|
-
- application/json
|
57
|
-
Date:
|
58
|
-
- Mon, 15 Jul 2024 19:05:59 GMT
|
59
|
-
Server:
|
60
|
-
- cloudflare
|
61
|
-
Set-Cookie:
|
62
|
-
- __cf_bm=7r92jUdUEA4wJGNCNqX1y_usNja6ZbX4SM4xdbD8r3E-1721070359-1.0.1.1-se82CXovc7ndM.lFT9BKWR72qvK2lRgsPlK5YnmE9otDNYE8e9R9v3CMBKy3SHO9cHAlhedMkC0x0GHKzILUPA;
|
63
|
-
path=/; expires=Mon, 15-Jul-24 19:35:59 GMT; domain=.api.openai.com; HttpOnly;
|
64
|
-
Secure; SameSite=None
|
65
|
-
- _cfuvid=DQePSM_v9bEa3hSaZw7w90aZlxFtRtbZunAmUoOiG98-1721070359012-0.0.1.1-604800000;
|
66
|
-
path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None
|
67
|
-
Transfer-Encoding:
|
68
|
-
- chunked
|
69
|
-
X-Content-Type-Options:
|
70
|
-
- nosniff
|
71
|
-
alt-svc:
|
72
|
-
- h3=":443"; ma=86400
|
73
|
-
openai-organization:
|
74
|
-
- traceloop
|
75
|
-
openai-processing-ms:
|
76
|
-
- '443'
|
77
|
-
openai-version:
|
78
|
-
- '2020-10-01'
|
79
|
-
strict-transport-security:
|
80
|
-
- max-age=15552000; includeSubDomains; preload
|
81
|
-
x-ratelimit-limit-requests:
|
82
|
-
- '5000'
|
83
|
-
x-ratelimit-limit-tokens:
|
84
|
-
- '160000'
|
85
|
-
x-ratelimit-remaining-requests:
|
86
|
-
- '4999'
|
87
|
-
x-ratelimit-remaining-tokens:
|
88
|
-
- '159974'
|
89
|
-
x-ratelimit-reset-requests:
|
90
|
-
- 12ms
|
91
|
-
x-ratelimit-reset-tokens:
|
92
|
-
- 9ms
|
93
|
-
x-request-id:
|
94
|
-
- req_2c640127e33a8865f70ee056e6105cf3
|
95
|
-
status:
|
96
|
-
code: 200
|
97
|
-
message: OK
|
98
|
-
version: 1
|
@@ -1,199 +0,0 @@
|
|
1
|
-
interactions:
|
2
|
-
- request:
|
3
|
-
body: '{"messages": [{"role": "user", "content": "Tell me a joke about opentelemetry"}],
|
4
|
-
"model": "gpt-3.5-turbo"}'
|
5
|
-
headers:
|
6
|
-
accept:
|
7
|
-
- application/json
|
8
|
-
accept-encoding:
|
9
|
-
- gzip, deflate
|
10
|
-
connection:
|
11
|
-
- keep-alive
|
12
|
-
content-length:
|
13
|
-
- '107'
|
14
|
-
content-type:
|
15
|
-
- application/json
|
16
|
-
host:
|
17
|
-
- api.openai.com
|
18
|
-
user-agent:
|
19
|
-
- OpenAI/Python 1.12.0
|
20
|
-
x-stainless-arch:
|
21
|
-
- arm64
|
22
|
-
x-stainless-async:
|
23
|
-
- 'false'
|
24
|
-
x-stainless-lang:
|
25
|
-
- python
|
26
|
-
x-stainless-os:
|
27
|
-
- MacOS
|
28
|
-
x-stainless-package-version:
|
29
|
-
- 1.12.0
|
30
|
-
x-stainless-runtime:
|
31
|
-
- CPython
|
32
|
-
x-stainless-runtime-version:
|
33
|
-
- 3.9.5
|
34
|
-
method: POST
|
35
|
-
uri: https://api.openai.com/v1/chat/completions
|
36
|
-
response:
|
37
|
-
body:
|
38
|
-
string: !!binary |
|
39
|
-
H4sIAAAAAAAAA1SRT08CMRDF7/spxp7B7C4uAhcvmph4UCOJUWNIaQe20O2UdhAJ4bubLv/ipUnf
|
40
|
-
62/mzXSXAQijxQiEqiWrxtvuYLN6fRxsn6Yv47D8xAcX7lfFm6p79LFA0UkETReo+ERdK2q8RTbk
|
41
|
-
DrYKKBlT1eI2H+a9qiyHrdGQRpuwuedu77rq8jpMqZsXZXUkazIKoxjBVwYAsGvPlNFp/BUjyDsn
|
42
|
-
pcEY5RzF6PwIQASySREyRhNZOhadi6nIMbo29nu9BW00cI2g8QdUoBjbWyCp72BMoMhaVAwcpMII
|
43
|
-
0mlokINRETaGa3j26MZoMYlbINfSxDUGiEbjlTg23p8TW5r7QNM0nVtbe9ZnxplYTwLKSC6li0z+
|
44
|
-
gO8zgO92M+t/wwofqPE8YVqiSwWL6lBOXP7iYpbl0WRiaS967zY75hNxGxmbycy4OQYfzGFNMz8Z
|
45
|
-
9IuqL4c3MhfZPvsDAAD//wMAV54iVjACAAA=
|
46
|
-
headers:
|
47
|
-
CF-Cache-Status:
|
48
|
-
- DYNAMIC
|
49
|
-
CF-RAY:
|
50
|
-
- 85c0448828840e5e-MXP
|
51
|
-
Cache-Control:
|
52
|
-
- no-cache, must-revalidate
|
53
|
-
Connection:
|
54
|
-
- keep-alive
|
55
|
-
Content-Encoding:
|
56
|
-
- gzip
|
57
|
-
Content-Type:
|
58
|
-
- application/json
|
59
|
-
Date:
|
60
|
-
- Tue, 27 Feb 2024 12:00:30 GMT
|
61
|
-
Server:
|
62
|
-
- cloudflare
|
63
|
-
Set-Cookie:
|
64
|
-
- __cf_bm=Xb6mCWbBagmShltSWFwqOKEVd5q6lMWkEueIFisv7YQ-1709035230-1.0-AVC4eQHbmDsGbqpJuZlyWoj5ymcMEy6Y/SmXIsUnUTGYzytdzNTTHKvEvVOu5hfCbnmk2CXkSpIv8lVLcI32fh4=;
|
65
|
-
path=/; expires=Tue, 27-Feb-24 12:30:30 GMT; domain=.api.openai.com; HttpOnly;
|
66
|
-
Secure; SameSite=None
|
67
|
-
- _cfuvid=IXNdTVkx38lKQQx7xdYqBSnh5gs9MTnfD0vxL.qgwg0-1709035230380-0.0-604800000;
|
68
|
-
path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None
|
69
|
-
Transfer-Encoding:
|
70
|
-
- chunked
|
71
|
-
access-control-allow-origin:
|
72
|
-
- '*'
|
73
|
-
alt-svc:
|
74
|
-
- h3=":443"; ma=86400
|
75
|
-
openai-model:
|
76
|
-
- gpt-3.5-turbo-0125
|
77
|
-
openai-organization:
|
78
|
-
- traceloop
|
79
|
-
openai-processing-ms:
|
80
|
-
- '723'
|
81
|
-
openai-version:
|
82
|
-
- '2020-10-01'
|
83
|
-
strict-transport-security:
|
84
|
-
- max-age=15724800; includeSubDomains
|
85
|
-
x-ratelimit-limit-requests:
|
86
|
-
- '5000'
|
87
|
-
x-ratelimit-limit-tokens:
|
88
|
-
- '160000'
|
89
|
-
x-ratelimit-remaining-requests:
|
90
|
-
- '4999'
|
91
|
-
x-ratelimit-remaining-tokens:
|
92
|
-
- '159974'
|
93
|
-
x-ratelimit-reset-requests:
|
94
|
-
- 12ms
|
95
|
-
x-ratelimit-reset-tokens:
|
96
|
-
- 9ms
|
97
|
-
x-request-id:
|
98
|
-
- req_2c5a043a03f9aaa845f099f44e9ed13b
|
99
|
-
status:
|
100
|
-
code: 200
|
101
|
-
message: OK
|
102
|
-
- request:
|
103
|
-
body: '{"messages": [{"role": "user", "content": "Tell me a joke about opentelemetry"}],
|
104
|
-
"model": "gpt-3.5-turbo"}'
|
105
|
-
headers:
|
106
|
-
accept:
|
107
|
-
- application/json
|
108
|
-
accept-encoding:
|
109
|
-
- gzip, deflate
|
110
|
-
connection:
|
111
|
-
- keep-alive
|
112
|
-
content-length:
|
113
|
-
- '107'
|
114
|
-
content-type:
|
115
|
-
- application/json
|
116
|
-
cookie:
|
117
|
-
- __cf_bm=Xb6mCWbBagmShltSWFwqOKEVd5q6lMWkEueIFisv7YQ-1709035230-1.0-AVC4eQHbmDsGbqpJuZlyWoj5ymcMEy6Y/SmXIsUnUTGYzytdzNTTHKvEvVOu5hfCbnmk2CXkSpIv8lVLcI32fh4=;
|
118
|
-
_cfuvid=IXNdTVkx38lKQQx7xdYqBSnh5gs9MTnfD0vxL.qgwg0-1709035230380-0.0-604800000
|
119
|
-
host:
|
120
|
-
- api.openai.com
|
121
|
-
user-agent:
|
122
|
-
- OpenAI/Python 1.12.0
|
123
|
-
x-stainless-arch:
|
124
|
-
- arm64
|
125
|
-
x-stainless-async:
|
126
|
-
- 'false'
|
127
|
-
x-stainless-lang:
|
128
|
-
- python
|
129
|
-
x-stainless-os:
|
130
|
-
- MacOS
|
131
|
-
x-stainless-package-version:
|
132
|
-
- 1.12.0
|
133
|
-
x-stainless-runtime:
|
134
|
-
- CPython
|
135
|
-
x-stainless-runtime-version:
|
136
|
-
- 3.9.5
|
137
|
-
method: POST
|
138
|
-
uri: https://api.openai.com/v1/chat/completions
|
139
|
-
response:
|
140
|
-
body:
|
141
|
-
string: !!binary |
|
142
|
-
H4sIAAAAAAAAA1SRQUsDMRCF7/srxly8WNm2rtpeRA9KQaqiIChS0mR2Nzabiclsa5H+d8m2tnjJ
|
143
|
-
4b35Hm8mPxmAMFqMQahasmq87V2uvp4m0+VrfnvtzLRspvrl/nPwtpqMCr0SJ4mg+Scq/qNOFTXe
|
144
|
-
IhtyW1sFlIwptX+Rj/JhMRjmndGQRpuwynNveFr0uA1z6uX9QbEjazIKoxjDewYA8NO9qaPT+C3G
|
145
|
-
0OV0SoMxygrFeD8EIALZpAgZo4ksHYuTg6nIMbqu9mu9Bm00cI3w4NExWmyQwxo0LtGSxwDzgHIB
|
146
|
-
rYeV4TpNmgB3j89XcINKthHBMChqrXbHDKVxGiRE4yqLwEEqBCp3lKUlHoldkc1+A0uVDzRP27rW
|
147
|
-
2r1eGmdiPQsoI7nUNjL5Lb7JAD66S7X/lhc+UON5xrRAlwL7xTZOHP7mYA7+TCaW9qCf5dmun4jr
|
148
|
-
yNjMSuMqDD6Y7dlKP7s87xfncnQmc5Ftsl8AAAD//wMAlg6FOUACAAA=
|
149
|
-
headers:
|
150
|
-
CF-Cache-Status:
|
151
|
-
- DYNAMIC
|
152
|
-
CF-RAY:
|
153
|
-
- 85c0448e1c3e0e5e-MXP
|
154
|
-
Cache-Control:
|
155
|
-
- no-cache, must-revalidate
|
156
|
-
Connection:
|
157
|
-
- keep-alive
|
158
|
-
Content-Encoding:
|
159
|
-
- gzip
|
160
|
-
Content-Type:
|
161
|
-
- application/json
|
162
|
-
Date:
|
163
|
-
- Tue, 27 Feb 2024 12:00:31 GMT
|
164
|
-
Server:
|
165
|
-
- cloudflare
|
166
|
-
Transfer-Encoding:
|
167
|
-
- chunked
|
168
|
-
access-control-allow-origin:
|
169
|
-
- '*'
|
170
|
-
alt-svc:
|
171
|
-
- h3=":443"; ma=86400
|
172
|
-
openai-model:
|
173
|
-
- gpt-3.5-turbo-0125
|
174
|
-
openai-organization:
|
175
|
-
- traceloop
|
176
|
-
openai-processing-ms:
|
177
|
-
- '572'
|
178
|
-
openai-version:
|
179
|
-
- '2020-10-01'
|
180
|
-
strict-transport-security:
|
181
|
-
- max-age=15724800; includeSubDomains
|
182
|
-
x-ratelimit-limit-requests:
|
183
|
-
- '5000'
|
184
|
-
x-ratelimit-limit-tokens:
|
185
|
-
- '160000'
|
186
|
-
x-ratelimit-remaining-requests:
|
187
|
-
- '4999'
|
188
|
-
x-ratelimit-remaining-tokens:
|
189
|
-
- '159974'
|
190
|
-
x-ratelimit-reset-requests:
|
191
|
-
- 12ms
|
192
|
-
x-ratelimit-reset-tokens:
|
193
|
-
- 9ms
|
194
|
-
x-request-id:
|
195
|
-
- req_5ea733f4c66254ebb15afacdf0fd0ee5
|
196
|
-
status:
|
197
|
-
code: 200
|
198
|
-
message: OK
|
199
|
-
version: 1
|