Skip to content

Commit 302cef3

Browse files
SDK regeneration (#17)
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
1 parent ea43de1 commit 302cef3

22 files changed

+1368
-98
lines changed

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -153,24 +153,7 @@ response = client.prompts.call_stream(
153153
],
154154
}
155155
],
156-
prompt={
157-
"model": "string",
158-
"endpoint": "complete",
159-
"template": "string",
160-
"provider": "openai",
161-
"max_tokens": 1,
162-
"temperature": 1.1,
163-
"top_p": 1.1,
164-
"stop": "string",
165-
"presence_penalty": 1.1,
166-
"frequency_penalty": 1.1,
167-
"other": {"string": {"key": "value"}},
168-
"seed": 1,
169-
"response_format": {"type": "json_object", "json_schema": {}},
170-
"tools": [{"name": "string", "description": "string"}],
171-
"linked_tools": ["string"],
172-
"attributes": {"string": {"key": "value"}},
173-
},
156+
prompt={"model": "string"},
174157
inputs={"string": {"key": "value"}},
175158
source="string",
176159
metadata={"string": {"key": "value"}},

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3"
3+
version = "0.8.5"
44
description = ""
55
readme = "README.md"
66
authors = []

0 commit comments

Comments
 (0)