diff --git a/src/libs/Ollama/Generated/Ollama.ChatClient.GenerateChatCompletion.g.cs b/src/libs/Ollama/Generated/Ollama.ChatClient.GenerateChatCompletion.g.cs index 771ac9b..669f737 100644 --- a/src/libs/Ollama/Generated/Ollama.ChatClient.GenerateChatCompletion.g.cs +++ b/src/libs/Ollama/Generated/Ollama.ChatClient.GenerateChatCompletion.g.cs @@ -90,7 +90,7 @@ partial void ProcessGenerateChatCompletionResponse( /// /// The model name.
/// 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.
- /// Example: llama3.1 + /// Example: llama3.2 /// /// /// The messages of the chat, this can be used to keep a chat memory diff --git a/src/libs/Ollama/Generated/Ollama.CompletionsClient.GenerateCompletion.g.cs b/src/libs/Ollama/Generated/Ollama.CompletionsClient.GenerateCompletion.g.cs index f84e24a..ccdcb31 100644 --- a/src/libs/Ollama/Generated/Ollama.CompletionsClient.GenerateCompletion.g.cs +++ b/src/libs/Ollama/Generated/Ollama.CompletionsClient.GenerateCompletion.g.cs @@ -90,7 +90,7 @@ partial void ProcessGenerateCompletionResponse( /// /// The model name.
/// 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.
- /// Example: llama3.1 + /// Example: llama3.2 /// /// /// The prompt to generate a response.
diff --git a/src/libs/Ollama/Generated/Ollama.EmbeddingsClient.GenerateEmbedding.g.cs b/src/libs/Ollama/Generated/Ollama.EmbeddingsClient.GenerateEmbedding.g.cs index 57387bc..1e4f108 100644 --- a/src/libs/Ollama/Generated/Ollama.EmbeddingsClient.GenerateEmbedding.g.cs +++ b/src/libs/Ollama/Generated/Ollama.EmbeddingsClient.GenerateEmbedding.g.cs @@ -104,7 +104,7 @@ partial void ProcessGenerateEmbeddingResponseContent( /// /// The model name.
/// 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.
- /// Example: llama3.1 + /// Example: llama3.2 /// /// /// Text to generate embeddings for.
diff --git a/src/libs/Ollama/Generated/Ollama.IChatClient.GenerateChatCompletion.g.cs b/src/libs/Ollama/Generated/Ollama.IChatClient.GenerateChatCompletion.g.cs index fb4ec5e..498eeb7 100644 --- a/src/libs/Ollama/Generated/Ollama.IChatClient.GenerateChatCompletion.g.cs +++ b/src/libs/Ollama/Generated/Ollama.IChatClient.GenerateChatCompletion.g.cs @@ -22,7 +22,7 @@ public partial interface IChatClient /// /// The model name.
/// 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.
- /// Example: llama3.1 + /// Example: llama3.2 /// /// /// The messages of the chat, this can be used to keep a chat memory diff --git a/src/libs/Ollama/Generated/Ollama.ICompletionsClient.GenerateCompletion.g.cs b/src/libs/Ollama/Generated/Ollama.ICompletionsClient.GenerateCompletion.g.cs index f3f24bf..44b03b4 100644 --- a/src/libs/Ollama/Generated/Ollama.ICompletionsClient.GenerateCompletion.g.cs +++ b/src/libs/Ollama/Generated/Ollama.ICompletionsClient.GenerateCompletion.g.cs @@ -22,7 +22,7 @@ public partial interface ICompletionsClient /// /// The model name.
/// 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.
- /// Example: llama3.1 + /// Example: llama3.2 /// /// /// The prompt to generate a response.
diff --git a/src/libs/Ollama/Generated/Ollama.IEmbeddingsClient.GenerateEmbedding.g.cs b/src/libs/Ollama/Generated/Ollama.IEmbeddingsClient.GenerateEmbedding.g.cs index 58bfc71..4a0254c 100644 --- a/src/libs/Ollama/Generated/Ollama.IEmbeddingsClient.GenerateEmbedding.g.cs +++ b/src/libs/Ollama/Generated/Ollama.IEmbeddingsClient.GenerateEmbedding.g.cs @@ -20,7 +20,7 @@ public partial interface IEmbeddingsClient /// /// The model name.
/// 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.
- /// Example: llama3.1 + /// Example: llama3.2 /// /// /// Text to generate embeddings for.
diff --git a/src/libs/Ollama/Generated/Ollama.IModelsClient.CopyModel.g.cs b/src/libs/Ollama/Generated/Ollama.IModelsClient.CopyModel.g.cs index 82c4532..d587f90 100644 --- a/src/libs/Ollama/Generated/Ollama.IModelsClient.CopyModel.g.cs +++ b/src/libs/Ollama/Generated/Ollama.IModelsClient.CopyModel.g.cs @@ -19,7 +19,7 @@ public partial interface IModelsClient /// /// /// Name of the model to copy.
- /// Example: llama3.1 + /// Example: llama3.2 /// /// /// Name of the new model.
diff --git a/src/libs/Ollama/Generated/Ollama.IModelsClient.PullModel.g.cs b/src/libs/Ollama/Generated/Ollama.IModelsClient.PullModel.g.cs index 175c008..b9c6c4b 100644 --- a/src/libs/Ollama/Generated/Ollama.IModelsClient.PullModel.g.cs +++ b/src/libs/Ollama/Generated/Ollama.IModelsClient.PullModel.g.cs @@ -22,7 +22,7 @@ public partial interface IModelsClient /// /// The model name.
/// 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.
- /// Example: llama3.1 + /// Example: llama3.2 /// /// /// Allow insecure connections to the library.
diff --git a/src/libs/Ollama/Generated/Ollama.IModelsClient.ShowModelInfo.g.cs b/src/libs/Ollama/Generated/Ollama.IModelsClient.ShowModelInfo.g.cs index a8b6ec2..1f900c0 100644 --- a/src/libs/Ollama/Generated/Ollama.IModelsClient.ShowModelInfo.g.cs +++ b/src/libs/Ollama/Generated/Ollama.IModelsClient.ShowModelInfo.g.cs @@ -20,7 +20,7 @@ public partial interface IModelsClient /// /// The model name.
/// 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.
- /// Example: llama3.1 + /// Example: llama3.2 /// /// The token to cancel the operation with /// diff --git a/src/libs/Ollama/Generated/Ollama.Models.CopyModelRequest.g.cs b/src/libs/Ollama/Generated/Ollama.Models.CopyModelRequest.g.cs index f0f2675..91c08d0 100644 --- a/src/libs/Ollama/Generated/Ollama.Models.CopyModelRequest.g.cs +++ b/src/libs/Ollama/Generated/Ollama.Models.CopyModelRequest.g.cs @@ -10,7 +10,7 @@ public sealed partial class CopyModelRequest { /// /// Name of the model to copy.
- /// Example: llama3.1 + /// Example: llama3.2 ///
[global::System.Text.Json.Serialization.JsonPropertyName("source")] [global::System.Text.Json.Serialization.JsonRequired] diff --git a/src/libs/Ollama/Generated/Ollama.Models.GenerateChatCompletionRequest.g.cs b/src/libs/Ollama/Generated/Ollama.Models.GenerateChatCompletionRequest.g.cs index e61f7ea..aa61a79 100644 --- a/src/libs/Ollama/Generated/Ollama.Models.GenerateChatCompletionRequest.g.cs +++ b/src/libs/Ollama/Generated/Ollama.Models.GenerateChatCompletionRequest.g.cs @@ -11,7 +11,7 @@ public sealed partial class GenerateChatCompletionRequest /// /// The model name.
/// 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.
- /// Example: llama3.1 + /// Example: llama3.2 ///
[global::System.Text.Json.Serialization.JsonPropertyName("model")] [global::System.Text.Json.Serialization.JsonRequired] diff --git a/src/libs/Ollama/Generated/Ollama.Models.GenerateChatCompletionResponse.g.cs b/src/libs/Ollama/Generated/Ollama.Models.GenerateChatCompletionResponse.g.cs index ec9919c..f0c20ed 100644 --- a/src/libs/Ollama/Generated/Ollama.Models.GenerateChatCompletionResponse.g.cs +++ b/src/libs/Ollama/Generated/Ollama.Models.GenerateChatCompletionResponse.g.cs @@ -18,7 +18,7 @@ public sealed partial class GenerateChatCompletionResponse /// /// The model name.
/// 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.
- /// Example: llama3.1 + /// Example: llama3.2 ///
[global::System.Text.Json.Serialization.JsonPropertyName("model")] [global::System.Text.Json.Serialization.JsonRequired] diff --git a/src/libs/Ollama/Generated/Ollama.Models.GenerateCompletionRequest.g.cs b/src/libs/Ollama/Generated/Ollama.Models.GenerateCompletionRequest.g.cs index 5b20c0f..47ba349 100644 --- a/src/libs/Ollama/Generated/Ollama.Models.GenerateCompletionRequest.g.cs +++ b/src/libs/Ollama/Generated/Ollama.Models.GenerateCompletionRequest.g.cs @@ -11,7 +11,7 @@ public sealed partial class GenerateCompletionRequest /// /// The model name.
/// 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.
- /// Example: llama3.1 + /// Example: llama3.2 ///
[global::System.Text.Json.Serialization.JsonPropertyName("model")] [global::System.Text.Json.Serialization.JsonRequired] diff --git a/src/libs/Ollama/Generated/Ollama.Models.GenerateCompletionResponse.g.cs b/src/libs/Ollama/Generated/Ollama.Models.GenerateCompletionResponse.g.cs index f4d972c..41aec2e 100644 --- a/src/libs/Ollama/Generated/Ollama.Models.GenerateCompletionResponse.g.cs +++ b/src/libs/Ollama/Generated/Ollama.Models.GenerateCompletionResponse.g.cs @@ -11,7 +11,7 @@ public sealed partial class GenerateCompletionResponse /// /// The model name.
/// 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.
- /// Example: llama3.1 + /// Example: llama3.2 ///
[global::System.Text.Json.Serialization.JsonPropertyName("model")] public string? Model { get; set; } diff --git a/src/libs/Ollama/Generated/Ollama.Models.GenerateEmbeddingRequest.g.cs b/src/libs/Ollama/Generated/Ollama.Models.GenerateEmbeddingRequest.g.cs index 0ac95d9..d993d26 100644 --- a/src/libs/Ollama/Generated/Ollama.Models.GenerateEmbeddingRequest.g.cs +++ b/src/libs/Ollama/Generated/Ollama.Models.GenerateEmbeddingRequest.g.cs @@ -11,7 +11,7 @@ public sealed partial class GenerateEmbeddingRequest /// /// The model name.
/// 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.
- /// Example: llama3.1 + /// Example: llama3.2 ///
[global::System.Text.Json.Serialization.JsonPropertyName("model")] [global::System.Text.Json.Serialization.JsonRequired] diff --git a/src/libs/Ollama/Generated/Ollama.Models.Model.g.cs b/src/libs/Ollama/Generated/Ollama.Models.Model.g.cs index d39eeaf..30b2954 100644 --- a/src/libs/Ollama/Generated/Ollama.Models.Model.g.cs +++ b/src/libs/Ollama/Generated/Ollama.Models.Model.g.cs @@ -11,7 +11,7 @@ public sealed partial class Model /// /// The model name.
/// 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.
- /// Example: llama3.1 + /// Example: llama3.2 ///
[global::System.Text.Json.Serialization.JsonPropertyName("model")] public string? Model1 { get; set; } diff --git a/src/libs/Ollama/Generated/Ollama.Models.ModelInfoRequest.g.cs b/src/libs/Ollama/Generated/Ollama.Models.ModelInfoRequest.g.cs index 66dd538..9eac0fc 100644 --- a/src/libs/Ollama/Generated/Ollama.Models.ModelInfoRequest.g.cs +++ b/src/libs/Ollama/Generated/Ollama.Models.ModelInfoRequest.g.cs @@ -11,7 +11,7 @@ public sealed partial class ModelInfoRequest /// /// The model name.
/// 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.
- /// Example: llama3.1 + /// Example: llama3.2 ///
[global::System.Text.Json.Serialization.JsonPropertyName("model")] [global::System.Text.Json.Serialization.JsonRequired] diff --git a/src/libs/Ollama/Generated/Ollama.Models.ProcessModel.g.cs b/src/libs/Ollama/Generated/Ollama.Models.ProcessModel.g.cs index bb397e4..951a992 100644 --- a/src/libs/Ollama/Generated/Ollama.Models.ProcessModel.g.cs +++ b/src/libs/Ollama/Generated/Ollama.Models.ProcessModel.g.cs @@ -11,7 +11,7 @@ public sealed partial class ProcessModel /// /// The model name.
/// 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.
- /// Example: llama3.1 + /// Example: llama3.2 ///
[global::System.Text.Json.Serialization.JsonPropertyName("model")] public string? Model { get; set; } diff --git a/src/libs/Ollama/Generated/Ollama.Models.PullModelRequest.g.cs b/src/libs/Ollama/Generated/Ollama.Models.PullModelRequest.g.cs index 0f9ac6b..46542dd 100644 --- a/src/libs/Ollama/Generated/Ollama.Models.PullModelRequest.g.cs +++ b/src/libs/Ollama/Generated/Ollama.Models.PullModelRequest.g.cs @@ -11,7 +11,7 @@ public sealed partial class PullModelRequest /// /// The model name.
/// 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.
- /// Example: llama3.1 + /// Example: llama3.2 ///
[global::System.Text.Json.Serialization.JsonPropertyName("model")] [global::System.Text.Json.Serialization.JsonRequired] diff --git a/src/libs/Ollama/Generated/Ollama.ModelsClient.CopyModel.g.cs b/src/libs/Ollama/Generated/Ollama.ModelsClient.CopyModel.g.cs index 553f3ed..a8c2323 100644 --- a/src/libs/Ollama/Generated/Ollama.ModelsClient.CopyModel.g.cs +++ b/src/libs/Ollama/Generated/Ollama.ModelsClient.CopyModel.g.cs @@ -75,7 +75,7 @@ partial void ProcessCopyModelResponse( /// /// /// Name of the model to copy.
- /// Example: llama3.1 + /// Example: llama3.2 /// /// /// Name of the new model.
diff --git a/src/libs/Ollama/Generated/Ollama.ModelsClient.PullModel.g.cs b/src/libs/Ollama/Generated/Ollama.ModelsClient.PullModel.g.cs index 3bbc098..caa352c 100644 --- a/src/libs/Ollama/Generated/Ollama.ModelsClient.PullModel.g.cs +++ b/src/libs/Ollama/Generated/Ollama.ModelsClient.PullModel.g.cs @@ -90,7 +90,7 @@ partial void ProcessPullModelResponse( /// /// The model name.
/// 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.
- /// Example: llama3.1 + /// Example: llama3.2 /// /// /// Allow insecure connections to the library.
diff --git a/src/libs/Ollama/Generated/Ollama.ModelsClient.ShowModelInfo.g.cs b/src/libs/Ollama/Generated/Ollama.ModelsClient.ShowModelInfo.g.cs index d2729c0..7e7d6db 100644 --- a/src/libs/Ollama/Generated/Ollama.ModelsClient.ShowModelInfo.g.cs +++ b/src/libs/Ollama/Generated/Ollama.ModelsClient.ShowModelInfo.g.cs @@ -104,7 +104,7 @@ partial void ProcessShowModelInfoResponseContent( /// /// The model name.
/// 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.
- /// Example: llama3.1 + /// Example: llama3.2 /// /// The token to cancel the operation with /// diff --git a/src/libs/Ollama/openapi.yaml b/src/libs/Ollama/openapi.yaml index 70e056d..bb77dc8 100644 --- a/src/libs/Ollama/openapi.yaml +++ b/src/libs/Ollama/openapi.yaml @@ -258,7 +258,7 @@ components: model: type: string description: "The model name. \n\nModel 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.\n" - example: llama3.1 + example: llama3.2 prompt: type: string description: The prompt to generate a response. @@ -455,7 +455,7 @@ components: model: type: string description: "The model name. \n\nModel 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.\n" - example: llama3.1 + example: llama3.2 created_at: type: string description: Date on which a model was created. @@ -517,7 +517,7 @@ components: model: type: string description: "The model name. \n\nModel 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.\n" - example: llama3.1 + example: llama3.2 messages: type: array items: @@ -554,7 +554,7 @@ components: model: type: string description: "The model name. \n\nModel 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.\n" - example: llama3.1 + example: llama3.2 created_at: type: string description: Date on which a model was created. @@ -696,7 +696,7 @@ components: model: type: string description: "The model name. \n\nModel 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.\n" - example: llama3.1 + example: llama3.2 prompt: type: string description: Text to generate embeddings for. @@ -778,7 +778,7 @@ components: model: type: string description: "The model name. \n\nModel 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.\n" - example: llama3.1 + example: llama3.2 modified_at: type: string description: Model modification date. @@ -855,7 +855,7 @@ components: model: type: string description: "The model name. \n\nModel 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.\n" - example: llama3.1 + example: llama3.2 size: type: integer description: Size of the model on disk. @@ -885,7 +885,7 @@ components: model: type: string description: "The model name. \n\nModel 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.\n" - example: llama3.1 + example: llama3.2 description: Request class for the show model info endpoint. ModelInfo: type: object @@ -934,7 +934,7 @@ components: source: type: string description: Name of the model to copy. - example: llama3.1 + example: llama3.2 destination: type: string description: Name of the new model. @@ -958,7 +958,7 @@ components: model: type: string description: "The model name. \n\nModel 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.\n" - example: llama3.1 + example: llama3.2 insecure: type: boolean description: "Allow insecure connections to the library. \n\nOnly use this if you are pulling from your own library during development.\n"