Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LakeishaKowalczyk committed Sep 20, 2024
1 parent a870a93 commit c0c7e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libse/Settings/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9028,7 +9028,7 @@ public static string CustomSerialize(Settings settings)
textWriter.WriteElementString("OllamaModel", settings.Tools.OllamaModel);
textWriter.WriteElementString("OllamaPrompt", settings.Tools.OllamaPrompt);
textWriter.WriteElementString("OllamaApiUrl", settings.Tools.OllamaApiUrl);
textWriter.WriteElementString("AnthropicPrompt", settings.Tools.AnthropicPrompt);settings
textWriter.WriteElementString("AnthropicPrompt", settings.Tools.AnthropicPrompt);
textWriter.WriteElementString("AnthropicApiKey", settings.Tools.AnthropicApiKey);
textWriter.WriteElementString("AnthropicApiModel", settings.Tools.AnthropicApiModel);
textWriter.WriteElementString("AutoTranslateDelaySeconds", settings.Tools.AutoTranslateDelaySeconds.ToString(CultureInfo.InvariantCulture));
Expand Down

0 comments on commit c0c7e87

Please sign in to comment.