We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ebe62 commit 092aa1fCopy full SHA for 092aa1f
1 file changed
src/Typesense/AutoEmbeddingConfig.cs
@@ -26,6 +26,9 @@ public record ModelConfig
26
[JsonPropertyName("api_key")]
27
public string? ApiKey { get; init; }
28
29
+ [JsonPropertyName("url")]
30
+ public string? Url { get; init; }
31
+
32
[JsonPropertyName("access_token")]
33
public string? AccessToken { get; init; }
34
0 commit comments