Class Ollama
Inheritance
object
Ollama
Assembly: .dll
Syntax
public class Ollama : AIClient<Ollama>
Constructors
Ollama()
Declaration
Properties
Chat
Declaration
public ChatService Chat { get; }
Property Value
DefaultInstance
The default instance of the Ollama client.
Declaration
public static Ollama DefaultInstance { get; }
Property Value
Embeddings
Declaration
public EmbeddingsService Embeddings { get; }
Property Value
Generate
Declaration
public GenerateService Generate { get; }
Property Value
Models
Declaration
public ModelService Models { get; }
Property Value
Methods
GetVersionAsync()
Declaration
public UniTask<string> GetVersionAsync()
Returns
Type |
Description |
UniTask<string> |
|