parent
93d4f21ca7
commit
4e1cea56ae
@ -191,7 +191,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"relative_file_path": "Part1/TextureSupply_Boards001_A_28x300cm-Normal.jpg",
|
"relative_file_path": "Part1/TextureSupply_Boards001_A_28x300cm-Normal.jpg",
|
||||||
"classified_file_type": "MAP_NRM",
|
"classified_file_type": "MAP_NRM",
|
||||||
"proposed_asset_group_name": "Boards001_A"
|
"proposed_asset_group_name": "Boards001_A"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -258,7 +258,7 @@
|
|||||||
],
|
],
|
||||||
"asset_type_definition_format": "{KEY} = {DESCRIPTION}, examples of content of {KEY} could be: {EXAMPLES}",
|
"asset_type_definition_format": "{KEY} = {DESCRIPTION}, examples of content of {KEY} could be: {EXAMPLES}",
|
||||||
"file_type_definition_format": "{KEY} = {DESCRIPTION}, examples of keywords for {KEY} could be: {EXAMPLES}",
|
"file_type_definition_format": "{KEY} = {DESCRIPTION}, examples of keywords for {KEY} could be: {EXAMPLES}",
|
||||||
"llm_endpoint_url": "https://api.llm.gestaltservers.com/v1/chat/completions",
|
"llm_endpoint_url": "http://100.65.14.122:1234/v1/chat/completions",
|
||||||
"llm_api_key": "",
|
"llm_api_key": "",
|
||||||
"llm_model_name": "qwen2.5-coder:3b",
|
"llm_model_name": "qwen2.5-coder:3b",
|
||||||
"llm_temperature": 0.5,
|
"llm_temperature": 0.5,
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
import functools
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import json
|
import json
|
||||||
|
|||||||
@ -6,7 +6,7 @@ from pathlib import Path
|
|||||||
from functools import partial
|
from functools import partial
|
||||||
|
|
||||||
from PySide6.QtWidgets import (
|
from PySide6.QtWidgets import (
|
||||||
QWidget, QVBoxLayout, QHBoxLayout, QListWidget, QPushButton, QLabel, QTabWidget,
|
QWidget, QVBoxLayout, QHBoxLayout, QListWidget, QPushButton, QLabel, QTabWidget, QComboBox,
|
||||||
QLineEdit, QTextEdit, QSpinBox, QTableWidget, QGroupBox, QFormLayout,
|
QLineEdit, QTextEdit, QSpinBox, QTableWidget, QGroupBox, QFormLayout,
|
||||||
QHeaderView, QAbstractItemView, QListWidgetItem, QTableWidgetItem, QMessageBox,
|
QHeaderView, QAbstractItemView, QListWidgetItem, QTableWidgetItem, QMessageBox,
|
||||||
QFileDialog, QInputDialog, QSizePolicy
|
QFileDialog, QInputDialog, QSizePolicy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user