Skip to content

Commit a7cd1f6

Browse files
Merge pull request #70 from openai/add-support-for-passthrough-params-in-api-calls
Allow forwarding OpenAI response kwargs through API wrappers and validate unknown kwargs; bump version to 1.1.3
2 parents d992234 + 8e8e30c commit a7cd1f6

4 files changed

Lines changed: 261 additions & 18 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "openai-gabriel"
7-
version = "1.1.2"
7+
version = "1.1.3"
88
description = "LLM-based library to measure quantitative attributes on qualitative data"
99
authors = [
1010
{name = "Hemanth Asirvatham"},

src/gabriel/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.2"
1+
__version__ = "1.1.3"

0 commit comments

Comments
 (0)