@@ -167,11 +167,11 @@ MonoBehaviour:
167
167
m_Script : {fileID: 11500000, guid: 708542fec6999ea3ebd7c69404932bb3, type: 3}
168
168
m_Name :
169
169
m_EditorClassIdentifier :
170
- llm : {fileID: 1047848254}
171
170
llmCharacter : {fileID: 498662973}
172
171
ChatPanel : {fileID: 1084608230}
173
172
playerText : {fileID: 1966107897}
174
173
AIText : {fileID: 887085510}
174
+ ErrorText : {fileID: 1270508535}
175
175
DownloadPanel : {fileID: 332743750}
176
176
progressBar : {fileID: 332743752}
177
177
progressText : {fileID: 381203299}
@@ -387,6 +387,7 @@ RectTransform:
387
387
m_ConstrainProportionsScale : 0
388
388
m_Children :
389
389
- {fileID: 1688602497}
390
+ - {fileID: 1270508536}
390
391
- {fileID: 1705264488}
391
392
- {fileID: 381203298}
392
393
m_Father : {fileID: 158550917}
@@ -1323,24 +1324,18 @@ MonoBehaviour:
1323
1324
advancedOptions : 0
1324
1325
remote : 0
1325
1326
port : 13333
1326
- numThreads : 2
1327
+ numThreads : -1
1327
1328
numGPULayers : 0
1328
1329
debug : 0
1329
1330
parallelPrompts : -1
1330
1331
asynchronousStartup : 1
1331
1332
dontDestroyOnLoad : 1
1332
- model : Phi-3-mini-4k-instruct-q4.gguf
1333
- downloadOnBuild : 1
1334
- modelURL : https://huggingface.co/microsoft/Phi-3-mini-4k-instruct-gguf/resolve/main/Phi-3-mini-4k-instruct-q4.gguf?download=true
1335
- lora :
1336
1333
contextSize : 0
1337
1334
batchSize : 512
1338
1335
basePrompt :
1339
- SelectedModel : 3
1340
- modelProgress : 1
1341
- modelCopyProgress : 1
1342
- modelHide : 1
1343
- chatTemplate : phi-3
1336
+ model :
1337
+ chatTemplate : chatml
1338
+ lora :
1344
1339
--- !u!4 &1047848255
1345
1340
Transform :
1346
1341
m_ObjectHideFlags : 0
@@ -1554,6 +1549,85 @@ CanvasRenderer:
1554
1549
m_PrefabAsset : {fileID: 0}
1555
1550
m_GameObject : {fileID: 1171567417}
1556
1551
m_CullTransparentMesh : 1
1552
+ --- !u!1 &1270508535
1553
+ GameObject :
1554
+ m_ObjectHideFlags : 0
1555
+ m_CorrespondingSourceObject : {fileID: 0}
1556
+ m_PrefabInstance : {fileID: 0}
1557
+ m_PrefabAsset : {fileID: 0}
1558
+ serializedVersion : 6
1559
+ m_Component :
1560
+ - component : {fileID: 1270508536}
1561
+ - component : {fileID: 1270508537}
1562
+ - component : {fileID: 1270508538}
1563
+ m_Layer : 5
1564
+ m_Name : DownloadError
1565
+ m_TagString : Untagged
1566
+ m_Icon : {fileID: 0}
1567
+ m_NavMeshLayer : 0
1568
+ m_StaticEditorFlags : 0
1569
+ m_IsActive : 0
1570
+ --- !u!224 &1270508536
1571
+ RectTransform :
1572
+ m_ObjectHideFlags : 0
1573
+ m_CorrespondingSourceObject : {fileID: 0}
1574
+ m_PrefabInstance : {fileID: 0}
1575
+ m_PrefabAsset : {fileID: 0}
1576
+ m_GameObject : {fileID: 1270508535}
1577
+ m_LocalRotation : {x: -0, y: -0, z: -0, w: 1}
1578
+ m_LocalPosition : {x: 0, y: 0, z: 0}
1579
+ m_LocalScale : {x: 1, y: 1, z: 1}
1580
+ m_ConstrainProportionsScale : 0
1581
+ m_Children : []
1582
+ m_Father : {fileID: 332743751}
1583
+ m_LocalEulerAnglesHint : {x: 0, y: 0, z: 0}
1584
+ m_AnchorMin : {x: 0.5, y: 0.5}
1585
+ m_AnchorMax : {x: 0.5, y: 0.5}
1586
+ m_AnchoredPosition : {x: -0.000025749, y: -30.2}
1587
+ m_SizeDelta : {x: 160, y: 30}
1588
+ m_Pivot : {x: 0.5, y: 0.5}
1589
+ --- !u!222 &1270508537
1590
+ CanvasRenderer :
1591
+ m_ObjectHideFlags : 0
1592
+ m_CorrespondingSourceObject : {fileID: 0}
1593
+ m_PrefabInstance : {fileID: 0}
1594
+ m_PrefabAsset : {fileID: 0}
1595
+ m_GameObject : {fileID: 1270508535}
1596
+ m_CullTransparentMesh : 1
1597
+ --- !u!114 &1270508538
1598
+ MonoBehaviour :
1599
+ m_ObjectHideFlags : 0
1600
+ m_CorrespondingSourceObject : {fileID: 0}
1601
+ m_PrefabInstance : {fileID: 0}
1602
+ m_PrefabAsset : {fileID: 0}
1603
+ m_GameObject : {fileID: 1270508535}
1604
+ m_Enabled : 1
1605
+ m_EditorHideFlags : 0
1606
+ m_Script : {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
1607
+ m_Name :
1608
+ m_EditorClassIdentifier :
1609
+ m_Material : {fileID: 0}
1610
+ m_Color : {r: 0.7716036, g: 0, b: 0, a: 1}
1611
+ m_RaycastTarget : 1
1612
+ m_RaycastPadding : {x: 0, y: 0, z: 0, w: 0}
1613
+ m_Maskable : 1
1614
+ m_OnCullStateChanged :
1615
+ m_PersistentCalls :
1616
+ m_Calls : []
1617
+ m_FontData :
1618
+ m_Font : {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
1619
+ m_FontSize : 16
1620
+ m_FontStyle : 0
1621
+ m_BestFit : 0
1622
+ m_MinSize : 1
1623
+ m_MaxSize : 40
1624
+ m_Alignment : 1
1625
+ m_AlignByGeometry : 0
1626
+ m_RichText : 1
1627
+ m_HorizontalOverflow : 0
1628
+ m_VerticalOverflow : 0
1629
+ m_LineSpacing : 1
1630
+ m_Text : Network error occured
1557
1631
--- !u!1 &1308766009
1558
1632
GameObject :
1559
1633
m_ObjectHideFlags : 0
@@ -1879,8 +1953,8 @@ RectTransform:
1879
1953
m_LocalEulerAnglesHint : {x: 0, y: 0, z: 0}
1880
1954
m_AnchorMin : {x: 0.5, y: 0.5}
1881
1955
m_AnchorMax : {x: 0.5, y: 0.5}
1882
- m_AnchoredPosition : {x: -0.000025749 , y: 15.999993}
1883
- m_SizeDelta : {x: 160 , y: 30}
1956
+ m_AnchoredPosition : {x: 2.0648 , y: 15.999993}
1957
+ m_SizeDelta : {x: 164.1296 , y: 30}
1884
1958
m_Pivot : {x: 0.5, y: 0.5}
1885
1959
--- !u!114 &1688602498
1886
1960
MonoBehaviour :
@@ -1915,7 +1989,7 @@ MonoBehaviour:
1915
1989
m_HorizontalOverflow : 0
1916
1990
m_VerticalOverflow : 0
1917
1991
m_LineSpacing : 1
1918
- m_Text : Downloading model ...
1992
+ m_Text : Downloading models ...
1919
1993
--- !u!222 &1688602499
1920
1994
CanvasRenderer :
1921
1995
m_ObjectHideFlags : 0
0 commit comments