refactor: update configuration handling and OpenAI client initialization

This commit is contained in:
2025-06-06 11:14:56 +02:00
parent 2eceb07c0b
commit dbad7165bc
9 changed files with 80 additions and 52 deletions

View File

@@ -1,10 +1,11 @@
import random
from typing import Union, Any
import sys
from typing import Any, Union
import loguru
import pyqtgraph as pg
from PyQt6 import QtWidgets
import loguru
import sys
from src import LOG_DIR
log = loguru.logger