Skip to content

Commit f5edac2

Browse files
Eval runs (#26)
* Release 0.8.9 * update eval_utils with runs api change * ruff * clean up if condition so that url will be printed even for first run --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 257e583 commit f5edac2

File tree

63 files changed

+2397
-1025
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+2397
-1025
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ client.prompts.log(
4141
messages=[{"role": "user", "content": "What really happened at Roswell?"}],
4242
inputs={"person": "Trump"},
4343
created_at=datetime.datetime.fromisoformat(
44-
"2024-07-19 00:29:35.178000+00:00",
44+
"2024-07-18 23:29:35.178000+00:00",
4545
),
4646
provider_latency=6.5931549072265625,
4747
output_message={
@@ -88,7 +88,7 @@ async def main() -> None:
8888
],
8989
inputs={"person": "Trump"},
9090
created_at=datetime.datetime.fromisoformat(
91-
"2024-07-19 00:29:35.178000+00:00",
91+
"2024-07-18 23:29:35.178000+00:00",
9292
),
9393
provider_latency=6.5931549072265625,
9494
output_message={
@@ -165,7 +165,6 @@ response = client.prompts.call_stream(
165165
),
166166
source_datapoint_id="string",
167167
trace_parent_id="string",
168-
batch_id="string",
169168
user="string",
170169
prompts_call_stream_request_environment="string",
171170
save=True,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "humanloop"
3-
version = "0.8.8"
3+
version = "0.8.9"
44
description = ""
55
readme = "README.md"
66
authors = []

0 commit comments

Comments
 (0)