first commit
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v10.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v10.0": {
|
||||
"Agent4.Api/1.0.0": {
|
||||
"dependencies": {
|
||||
"SolidWorks.Interop.sldworks": "32.1.0",
|
||||
"SolidWorks.Interop.swconst": "32.1.0"
|
||||
},
|
||||
"runtime": {
|
||||
"Agent4.Api.dll": {}
|
||||
}
|
||||
},
|
||||
"SolidWorks.Interop.sldworks/32.1.0": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/SolidWorks.Interop.sldworks.dll": {
|
||||
"assemblyVersion": "32.1.0.123",
|
||||
"fileVersion": "32.1.0.123"
|
||||
}
|
||||
}
|
||||
},
|
||||
"SolidWorks.Interop.swconst/32.1.0": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/SolidWorks.Interop.swconst.dll": {
|
||||
"assemblyVersion": "32.1.0.123",
|
||||
"fileVersion": "32.1.0.123"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Agent4.Api/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"SolidWorks.Interop.sldworks/32.1.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-lq3QmJwBbVE3K+pN5JFSGn1Bj7J1vUyTr4TtT23UAOtd8MXLElZROm9Iee2N8SP8AXsLTpXdBXGs7xYeJT53qw==",
|
||||
"path": "solidworks.interop.sldworks/32.1.0",
|
||||
"hashPath": "solidworks.interop.sldworks.32.1.0.nupkg.sha512"
|
||||
},
|
||||
"SolidWorks.Interop.swconst/32.1.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-mOLeWDKf0hX7iSNmdc22FmwoCaqH3KuNhODNGdWuT36KB/maGzQdfU+r9YS97n3mMIdWN3qaLBQ4eJG8z77rMw==",
|
||||
"path": "solidworks.interop.swconst/32.1.0",
|
||||
"hashPath": "solidworks.interop.swconst.32.1.0.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net10.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "10.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "10.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"Version":1,"ManifestType":"Build","Endpoints":[]}
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"AI": {
|
||||
"ApiKey": "",
|
||||
"Provider": "dashscope",
|
||||
"Model": "qwen-vl-max",
|
||||
"TextModel": "qwen-plus",
|
||||
"BaseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
||||
"ApiMode": "chat_completions",
|
||||
"MaxImages": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"AI": {
|
||||
"ApiKey": "sk-fd7a184d854143528ad16ba12c0ea9bd",
|
||||
"Provider": "dashscope",
|
||||
"Model": "qwen3.7-plus",
|
||||
"TextModel": "qwen3.7-plus",
|
||||
"BaseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
||||
"ApiMode": "chat_completions",
|
||||
"MaxImages": 12
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user