together-ai
Advanced tools
Comparing version 0.6.0-alpha.1 to 0.6.0-alpha.2
# Changelog | ||
## 0.6.0-alpha.2 (2024-05-27) | ||
Full Changelog: [v0.6.0-alpha.1...v0.6.0-alpha.2](https://github.com/togethercomputer/together-typescript/compare/v0.6.0-alpha.1...v0.6.0-alpha.2) | ||
### Features | ||
* **api:** OpenAPI spec update via Stainless API ([#10](https://github.com/togethercomputer/together-typescript/issues/10)) ([8e9cec9](https://github.com/togethercomputer/together-typescript/commit/8e9cec913cebef2362d7727032b15ca0a19b8be1)) | ||
## 0.6.0-alpha.1 (2024-05-24) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "together-ai", | ||
"version": "0.6.0-alpha.1", | ||
"version": "0.6.0-alpha.2", | ||
"description": "The official TypeScript library for the Together API", | ||
@@ -5,0 +5,0 @@ "author": "Together <dev-feedback@TogetherAI.com>", |
@@ -34,7 +34,7 @@ import * as Core from "../core.js"; | ||
filename: string; | ||
FileType: string; | ||
FileType: 'jsonl' | 'parquet'; | ||
LineCount: number; | ||
object: string; | ||
Processed: boolean; | ||
purpose: string; | ||
purpose: 'fine-tune'; | ||
} | ||
@@ -50,7 +50,7 @@ export interface FileListResponse { | ||
filename: string; | ||
FileType: string; | ||
FileType: 'jsonl' | 'parquet'; | ||
LineCount: number; | ||
object: string; | ||
Processed: boolean; | ||
purpose: string; | ||
purpose: 'fine-tune'; | ||
} | ||
@@ -57,0 +57,0 @@ } |
@@ -90,5 +90,5 @@ import * as Core from "../core.js"; | ||
training_offset: number; | ||
type: string; | ||
type: 'job_pending' | 'job_start' | 'job_stopped' | 'model_downloading' | 'model_download_complete' | 'training_data_downloading' | 'training_data_download_complete' | 'validation_data_downloading' | 'validation_data_download_complete' | 'wandb_init' | 'training_start' | 'checkpoint_save' | 'billing_limit' | 'epoch_complete' | 'training_complete' | 'model_compressing' | 'model_compression_complete' | 'model_uploading' | 'model_upload_complete' | 'job_complete' | 'job_error' | 'cancel_requested' | 'job_restarted' | 'refund' | 'warning'; | ||
wandb_url: string; | ||
level?: string; | ||
level?: unknown; | ||
} | ||
@@ -103,3 +103,3 @@ } | ||
filename?: string; | ||
object?: string; | ||
object?: unknown; | ||
size?: number; | ||
@@ -106,0 +106,0 @@ } |
@@ -14,3 +14,3 @@ import * as Core from "../core.js"; | ||
model: string; | ||
object: string; | ||
object: 'list'; | ||
} | ||
@@ -17,0 +17,0 @@ export declare namespace ImageFile { |
@@ -16,3 +16,3 @@ import * as Core from "../core.js"; | ||
object: string; | ||
type: string; | ||
type: 'chat' | 'language' | 'code' | 'image' | 'embedding' | 'moderation'; | ||
context_length?: number; | ||
@@ -19,0 +19,0 @@ display_name?: string; |
@@ -57,3 +57,3 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
FileType: string; | ||
FileType: 'jsonl' | 'parquet'; | ||
@@ -66,3 +66,3 @@ LineCount: number; | ||
purpose: string; | ||
purpose: 'fine-tune'; | ||
} | ||
@@ -84,3 +84,3 @@ | ||
FileType: string; | ||
FileType: 'jsonl' | 'parquet'; | ||
@@ -93,3 +93,3 @@ LineCount: number; | ||
purpose: string; | ||
purpose: 'fine-tune'; | ||
} | ||
@@ -96,0 +96,0 @@ } |
@@ -198,7 +198,32 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
type: string; | ||
type: | ||
| 'job_pending' | ||
| 'job_start' | ||
| 'job_stopped' | ||
| 'model_downloading' | ||
| 'model_download_complete' | ||
| 'training_data_downloading' | ||
| 'training_data_download_complete' | ||
| 'validation_data_downloading' | ||
| 'validation_data_download_complete' | ||
| 'wandb_init' | ||
| 'training_start' | ||
| 'checkpoint_save' | ||
| 'billing_limit' | ||
| 'epoch_complete' | ||
| 'training_complete' | ||
| 'model_compressing' | ||
| 'model_compression_complete' | ||
| 'model_uploading' | ||
| 'model_upload_complete' | ||
| 'job_complete' | ||
| 'job_error' | ||
| 'cancel_requested' | ||
| 'job_restarted' | ||
| 'refund' | ||
| 'warning'; | ||
wandb_url: string; | ||
level?: string; | ||
level?: unknown; | ||
} | ||
@@ -218,3 +243,3 @@ } | ||
object?: string; | ||
object?: unknown; | ||
@@ -221,0 +246,0 @@ size?: number; |
@@ -23,3 +23,3 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
object: string; | ||
object: 'list'; | ||
} | ||
@@ -26,0 +26,0 @@ |
@@ -26,3 +26,3 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
type: string; | ||
type: 'chat' | 'language' | 'code' | 'image' | 'embedding' | 'moderation'; | ||
@@ -29,0 +29,0 @@ context_length?: number; |
@@ -1,1 +0,1 @@ | ||
export const VERSION = '0.6.0-alpha.1'; // x-release-please-version | ||
export const VERSION = '0.6.0-alpha.2'; // x-release-please-version |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.6.0-alpha.1"; | ||
export declare const VERSION = "0.6.0-alpha.2"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '0.6.0-alpha.1'; // x-release-please-version | ||
exports.VERSION = '0.6.0-alpha.2'; // x-release-please-version | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
573218
9580
4