Skip to content

Commit 77de5d9

Browse files
author
github-actions[bot]
committed
feat: Updated OpenAPI spec
1 parent af69621 commit 77de5d9

23 files changed

+32
-32
lines changed

src/libs/Ollama/Generated/Ollama.ChatClient.GenerateChatCompletion.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ partial void ProcessGenerateChatCompletionResponse(
9090
/// <param name="model">
9191
/// The model name. <br/>
9292
/// Model names follow a `model:tag` format. Some examples are `orca-mini:3b-q4_1` and `llama3:70b`. The tag is optional and, if not provided, will default to `latest`. The tag is used to identify a specific version.<br/>
93-
/// Example: llama3.1
93+
/// Example: llama3.2
9494
/// </param>
9595
/// <param name="messages">
9696
/// The messages of the chat, this can be used to keep a chat memory

src/libs/Ollama/Generated/Ollama.CompletionsClient.GenerateCompletion.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ partial void ProcessGenerateCompletionResponse(
9090
/// <param name="model">
9191
/// The model name. <br/>
9292
/// Model names follow a `model:tag` format. Some examples are `orca-mini:3b-q4_1` and `llama3:70b`. The tag is optional and, if not provided, will default to `latest`. The tag is used to identify a specific version.<br/>
93-
/// Example: llama3.1
93+
/// Example: llama3.2
9494
/// </param>
9595
/// <param name="prompt">
9696
/// The prompt to generate a response.<br/>

src/libs/Ollama/Generated/Ollama.EmbeddingsClient.GenerateEmbedding.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ partial void ProcessGenerateEmbeddingResponseContent(
104104
/// <param name="model">
105105
/// The model name. <br/>
106106
/// Model names follow a `model:tag` format. Some examples are `orca-mini:3b-q4_1` and `llama3:70b`. The tag is optional and, if not provided, will default to `latest`. The tag is used to identify a specific version.<br/>
107-
/// Example: llama3.1
107+
/// Example: llama3.2
108108
/// </param>
109109
/// <param name="prompt">
110110
/// Text to generate embeddings for.<br/>

src/libs/Ollama/Generated/Ollama.IChatClient.GenerateChatCompletion.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public partial interface IChatClient
2222
/// <param name="model">
2323
/// The model name. <br/>
2424
/// Model names follow a `model:tag` format. Some examples are `orca-mini:3b-q4_1` and `llama3:70b`. The tag is optional and, if not provided, will default to `latest`. The tag is used to identify a specific version.<br/>
25-
/// Example: llama3.1
25+
/// Example: llama3.2
2626
/// </param>
2727
/// <param name="messages">
2828
/// The messages of the chat, this can be used to keep a chat memory

src/libs/Ollama/Generated/Ollama.ICompletionsClient.GenerateCompletion.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public partial interface ICompletionsClient
2222
/// <param name="model">
2323
/// The model name. <br/>
2424
/// Model names follow a `model:tag` format. Some examples are `orca-mini:3b-q4_1` and `llama3:70b`. The tag is optional and, if not provided, will default to `latest`. The tag is used to identify a specific version.<br/>
25-
/// Example: llama3.1
25+
/// Example: llama3.2
2626
/// </param>
2727
/// <param name="prompt">
2828
/// The prompt to generate a response.<br/>

src/libs/Ollama/Generated/Ollama.IEmbeddingsClient.GenerateEmbedding.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public partial interface IEmbeddingsClient
2020
/// <param name="model">
2121
/// The model name. <br/>
2222
/// Model names follow a `model:tag` format. Some examples are `orca-mini:3b-q4_1` and `llama3:70b`. The tag is optional and, if not provided, will default to `latest`. The tag is used to identify a specific version.<br/>
23-
/// Example: llama3.1
23+
/// Example: llama3.2
2424
/// </param>
2525
/// <param name="prompt">
2626
/// Text to generate embeddings for.<br/>

src/libs/Ollama/Generated/Ollama.IModelsClient.CopyModel.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public partial interface IModelsClient
1919
/// </summary>
2020
/// <param name="source">
2121
/// Name of the model to copy.<br/>
22-
/// Example: llama3.1
22+
/// Example: llama3.2
2323
/// </param>
2424
/// <param name="destination">
2525
/// Name of the new model.<br/>

src/libs/Ollama/Generated/Ollama.IModelsClient.PullModel.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public partial interface IModelsClient
2222
/// <param name="model">
2323
/// The model name. <br/>
2424
/// Model names follow a `model:tag` format. Some examples are `orca-mini:3b-q4_1` and `llama3:70b`. The tag is optional and, if not provided, will default to `latest`. The tag is used to identify a specific version.<br/>
25-
/// Example: llama3.1
25+
/// Example: llama3.2
2626
/// </param>
2727
/// <param name="insecure">
2828
/// Allow insecure connections to the library. <br/>

src/libs/Ollama/Generated/Ollama.IModelsClient.ShowModelInfo.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public partial interface IModelsClient
2020
/// <param name="model">
2121
/// The model name. <br/>
2222
/// Model names follow a `model:tag` format. Some examples are `orca-mini:3b-q4_1` and `llama3:70b`. The tag is optional and, if not provided, will default to `latest`. The tag is used to identify a specific version.<br/>
23-
/// Example: llama3.1
23+
/// Example: llama3.2
2424
/// </param>
2525
/// <param name="cancellationToken">The token to cancel the operation with</param>
2626
/// <exception cref="global::System.InvalidOperationException"></exception>

src/libs/Ollama/Generated/Ollama.Models.CopyModelRequest.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public sealed partial class CopyModelRequest
1010
{
1111
/// <summary>
1212
/// Name of the model to copy.<br/>
13-
/// Example: llama3.1
13+
/// Example: llama3.2
1414
/// </summary>
1515
[global::System.Text.Json.Serialization.JsonPropertyName("source")]
1616
[global::System.Text.Json.Serialization.JsonRequired]

0 commit comments

Comments
 (0)