Skip to content

Commit f18cc04

Browse files
authored
Add files via upload
1 parent 889e76d commit f18cc04

48 files changed

Lines changed: 6599 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Chat_LLM/Chat_LLM.sln

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.9.34607.119
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Chat_LLM", "Chat_LLM\Chat_LLM.pyproj", "{27074D97-8D76-4F0F-91BF-AF1AF1DF144D}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{27074D97-8D76-4F0F-91BF-AF1AF1DF144D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{27074D97-8D76-4F0F-91BF-AF1AF1DF144D}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
GlobalSection(ExtensibilityGlobals) = postSolution
21+
SolutionGuid = {237B2059-13F6-4455-A111-B9C25297ED21}
22+
EndGlobalSection
23+
EndGlobal

Chat_LLM/Chat_LLM/Chat_LLM.py

Lines changed: 914 additions & 0 deletions
Large diffs are not rendered by default.

Chat_LLM/Chat_LLM/Chat_LLM.pyproj

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
2+
<PropertyGroup>
3+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4+
<SchemaVersion>2.0</SchemaVersion>
5+
<ProjectGuid>27074d97-8d76-4f0f-91bf-af1af1df144d</ProjectGuid>
6+
<ProjectHome>.</ProjectHome>
7+
<StartupFile>Chat_LLM.py</StartupFile>
8+
<SearchPath>
9+
</SearchPath>
10+
<WorkingDirectory>.</WorkingDirectory>
11+
<OutputPath>.</OutputPath>
12+
<Name>Chat_LLM</Name>
13+
<RootNamespace>Chat_LLM</RootNamespace>
14+
</PropertyGroup>
15+
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
16+
<DebugSymbols>true</DebugSymbols>
17+
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
18+
</PropertyGroup>
19+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
20+
<DebugSymbols>true</DebugSymbols>
21+
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
22+
</PropertyGroup>
23+
<ItemGroup>
24+
<Compile Include="Chat_LLM.py" />
25+
</ItemGroup>
26+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
27+
<!-- Uncomment the CoreCompile target to enable the Build command in
28+
Visual Studio and specify your pre- and post-build commands in
29+
the BeforeBuild and AfterBuild targets below. -->
30+
<!--<Target Name="CoreCompile" />-->
31+
<Target Name="BeforeBuild">
32+
</Target>
33+
<Target Name="AfterBuild">
34+
</Target>
35+
</Project>
45.8 KB
Binary file not shown.
Binary file not shown.
52.4 KB
Binary file not shown.
39.4 KB
Binary file not shown.
7.2 KB
Binary file not shown.
5.73 KB
Binary file not shown.
21.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)