objectiveai 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -520,6 +520,7 @@ export declare namespace Query {
520
520
  top_logprobs?: number | null;
521
521
  usage?: Chat.Completions.Request.Usage | null;
522
522
  embeddings?: string | null;
523
+ select_deterministic?: boolean | null;
523
524
  }
524
525
  interface ChatCompletionCreateParamsStreaming extends ChatCompletionCreateParamsBase {
525
526
  stream: true;
@@ -657,7 +658,6 @@ export declare namespace QueryTool {
657
658
  top_logprobs?: number | null;
658
659
  usage?: Chat.Completions.Request.Usage | null;
659
660
  embeddings?: string | null;
660
- select_deterministic?: boolean | null;
661
661
  }
662
662
  interface ChatCompletionCreateParamsStreaming extends ChatCompletionCreateParamsBase {
663
663
  stream: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "objectiveai",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "SDK for the Objective AI API, intended for use in conjunction with the OpenAI SDK.",
5
5
  "main": "dist/index.js",
6
6
  "repository": {