Skip to content

Commit

Permalink
Merge pull request #28 from tryAGI/bot/update-openapi_202409011520
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 1, 2024
2 parents 05c01f4 + fe490a3 commit 9f783bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ partial void ProcessV1ChatCompleteResponseContent(
ref string content);

/// <summary>
/// Chat Complete<br/>
/// Studio Chat Complete<br/>
/// This is the endpoint for the [Jamba Instruct model](https://docs.ai21.com/docs/jamba-models).<br/>
/// This is a foundation model that supports both single-turn (question answering,<br/>
/// text completion) and multi-turn (chat style) interactions.<br/>
Expand Down Expand Up @@ -106,7 +106,7 @@ partial void ProcessV1ChatCompleteResponseContent(
}

/// <summary>
/// Chat Complete<br/>
/// Studio Chat Complete<br/>
/// This is the endpoint for the [Jamba Instruct model](https://docs.ai21.com/docs/jamba-models).<br/>
/// This is a foundation model that supports both single-turn (question answering,<br/>
/// text completion) and multi-turn (chat style) interactions.<br/>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/AI21/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ paths:
post:
tags:
- Jamba Complete
summary: Chat Complete
summary: Studio Chat Complete
description: "This is the endpoint for the [Jamba Instruct model](https://docs.ai21.com/docs/jamba-models).\nThis is a foundation model that supports both single-turn (question answering,\ntext completion) and multi-turn (chat style) interactions.\n\nYou can optionally stream results if you want to get the response as each\ntoken is generated, rather than waiting for the entire response."
operationId: v1_chat_complete
parameters:
Expand Down

0 comments on commit 9f783bb

Please sign in to comment.