Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Aug 27, 2024
1 parent 5196dd6 commit 5fbcdd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 15
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2FTogetherAI-1fe74361c29a31a4c44057fb30a8ddb72a635d9cd4b37e64a8bd668c3c964326.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2FTogetherAI-49d420a0d032aa57d5da9e8ef21bd80ca55cac0c21161bf3a20e0fca38db44ff.yml
2 changes: 1 addition & 1 deletion src/resources/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export namespace ModelListResponse {

object: string;

type: 'chat' | 'language' | 'code' | 'image' | 'embedding' | 'moderation';
type: 'chat' | 'language' | 'code' | 'image' | 'embedding' | 'moderation' | 'rerank';

context_length?: number;

Expand Down

0 comments on commit 5fbcdd8

Please sign in to comment.