barvicky textu, JB Rider

This commit is contained in:
Lukáš Kaňka 2023-09-04 10:24:36 +02:00
parent 820ace3415
commit 8608286be0
13 changed files with 36 additions and 0 deletions

13
AI/.idea/.idea.AI/.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
# Default ignored files
/shelf/
/workspace.xml
# Rider ignored files
/projectSettingsUpdater.xml
/contentModel.xml
/.idea.AI.iml
/modules.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
</project>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="UserContentModel">
<attachedFolders />
<explicitIncludes />
<explicitExcludes />
</component>
</project>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
</component>
</project>

Binary file not shown.

BIN
AI/.vs/AI/v17/.futdcache.v2 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -5,7 +5,9 @@ using System.Reflection;
List<ChatMessage> messages = new();
messages.Add(new ChatMessage(ChatMessageRole.System, "Odpovídej v bodech"));
Console.ForegroundColor = ConsoleColor.DarkRed;
Console.WriteLine("Nazdárek jsem tvá osobní AI, co tě zajímá?");
Console.ResetColor();
while (true)

View File

@ -0,0 +1 @@
"restore":{"projectUniqueName":"C:\\Users\\lukas\\Nextcloud\\GitHub\\openAIconsoleClient\\AI\\AI\\AI.csproj","projectName":"AI","projectPath":"C:\\Users\\lukas\\Nextcloud\\GitHub\\openAIconsoleClient\\AI\\AI\\AI.csproj","outputPath":"C:\\Users\\lukas\\Nextcloud\\GitHub\\openAIconsoleClient\\AI\\AI\\obj\\","projectStyle":"PackageReference","originalTargetFrameworks":["net7.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net7.0":{"targetAlias":"net7.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net7.0":{"targetAlias":"net7.0","dependencies":{"OpenAI":{"target":"Package","version":"[1.7.2, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json"}}

View File

@ -0,0 +1 @@
16937374443198905

View File

@ -0,0 +1 @@
16937374443198905