Skip to content

Commit 79ac928

Browse files
committed
Release version 0.17.1
1 parent 594ace0 commit 79ac928

File tree

26 files changed

+37
-36
lines changed

26 files changed

+37
-36
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- (polyglot) Corrected response format selection in Sambanova driver

docs/release-notes/v0.17.1.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- (polyglot) Corrected response format selection in Sambanova driver

evals/LLMModes/run.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
);
4545

4646
//Debug::setEnabled();
47-
$connections = array_keys(Settings::get('llm', 'connections'));
48-
//$connections = ['gemini-oai'];
49-
$modes = [OutputMode::Tools];// OutputMode::Text, OutputMode::JsonSchema, OutputMode::MdJson, OutputMode::Tools, OutputMode::Unrestricted];
50-
$stream = [true];
47+
//$connections = array_keys(Settings::get('llm', 'connections'));
48+
$connections = ['sambanova'];
49+
$modes = [OutputMode::Json, OutputMode::Text, OutputMode::JsonSchema, OutputMode::MdJson, OutputMode::Tools, OutputMode::Unrestricted];
50+
$stream = [false, true];
5151

5252
$experiment = new Experiment(
5353
cases: InferenceCases::only($connections, $modes, $stream),

packages/addons/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cognesy/instructor-addons",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "Optional addons for Instructor library, should be used with Instructor or Polyglot",
55
"license": "MIT",
66
"homepage": "https://instructorphp.com",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- (polyglot) Corrected response format selection in Sambanova driver

packages/auxiliary/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cognesy/instructor-auxiliary",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "Collection of auxiliary services and integrations",
55
"license": "MIT",
66
"homepage": "https://instructorphp.com",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- (polyglot) Corrected response format selection in Sambanova driver

packages/evals/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cognesy/instructor-evals",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "LLM evaluation tools for Instructor library",
55
"license": "MIT",
66
"homepage": "https://instructorphp.com",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- (polyglot) Corrected response format selection in Sambanova driver

packages/http-client/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cognesy/instructor-http-client",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"license": "MIT",
55
"description": "Polyglot's unified HTTP connectivity layer",
66
"autoload": {

0 commit comments

Comments
 (0)