-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
019a48d
commit 38db2e6
Showing
8 changed files
with
43 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
docs/ChatGptNet.Models/OpenAIChatGptModels/Gpt4Vision_Preview.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# OpenAIChatGptModels.Gpt4_Turbo field | ||
|
||
The latest GPT-4 model with vision capabilities and improved instruction following, JSON mode, reproducible outputs, parallel function calling, and more. | ||
|
||
```csharp | ||
public const string Gpt4_Turbo; | ||
``` | ||
|
||
## Remarks | ||
|
||
This model supports 128.000 tokens and returns a maximum of 4.096 outpout tokens. See [GPT-4](https://platform.openai.com/docs/models/gpt-4-turbo-and-gpt-4) for more information. | ||
|
||
## See Also | ||
|
||
* field [Gpt4](./Gpt4.md) | ||
* class [OpenAIChatGptModels](../OpenAIChatGptModels.md) | ||
* namespace [ChatGptNet.Models](../../ChatGptNet.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for ChatGptNet.dll --> |
19 changes: 0 additions & 19 deletions
19
docs/ChatGptNet.Models/OpenAIChatGptModels/Gpt4_Turbo_Preview.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# OpenAIChatGptModels.Gpt4_o field | ||
|
||
The most advanced, multimodal flagship model that’s cheaper and faster than [`Gpt4_Turbo`](./Gpt4_Turbo.md). | ||
|
||
```csharp | ||
public const string Gpt4_o; | ||
``` | ||
|
||
## Remarks | ||
|
||
This model supports 128.000 tokens and returns a maximum of 4.096 outpout tokens. See [GPT-4](https://platform.openai.com/docs/models/gpt-4o) for more information. | ||
|
||
## See Also | ||
|
||
* field [Gpt4_Turbo](./Gpt4_Turbo.md) | ||
* class [OpenAIChatGptModels](../OpenAIChatGptModels.md) | ||
* namespace [ChatGptNet.Models](../../ChatGptNet.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for ChatGptNet.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters