Skip to content

Commit

Permalink
Fallacy translations ru + pt
Browse files Browse the repository at this point in the history
  • Loading branch information
jsboige committed Mar 1, 2024
1 parent 3b54a15 commit 4286d3a
Show file tree
Hide file tree
Showing 8 changed files with 1,708 additions and 1,601 deletions.
2,839 changes: 1,422 additions & 1,417 deletions Cards/Fallacies/Argumentum Fallacies - Taxonomy.csv

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
<None Update="DatasetUpdater\Resources\PromptInstructionsAssistantDescription.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="DatasetUpdater\Resources\PromptTranslatePtInstructionsAssistant.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="DatasetUpdater\Resources\PromptTranslateRuInstructionsAssistant.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand All @@ -68,6 +71,9 @@
<None Update="DatasetUpdater\Resources\PromptInstructionsAssistantExamples.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="DatasetUpdater\Resources\PromptTranslatePtInstructionsUser.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="DatasetUpdater\Resources\PromptTranslateRuInstructionsUser.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ public class AssetConverterConfig


//Debug Switch to configure default values
public bool SkipConfigFile { get; set; } = true;
public bool SkipConfigFile { get; set; } = false;

public ConverterMode Mode { get; set; } = ConverterMode.DatasetUpdater; // ConverterMode.Mindmapper | ConverterMode.OwlGenerator | ConverterMode.WebBasedImageGeneration; // ConverterMode.DatasetUpdater;
public ConverterMode Mode { get; set; } = ConverterMode.Mindmapper | ConverterMode.OwlGenerator; // ConverterMode.Mindmapper | ConverterMode.OwlGenerator; // | ConverterMode.WebBasedImageGeneration; // ConverterMode.DatasetUpdater;

public bool ForceDebugParams { get; set; }

Expand Down
Loading

0 comments on commit 4286d3a

Please sign in to comment.