add openai model to config, rework logging to use appdirs logging dir
This commit is contained in:
@@ -7,6 +7,7 @@ from pathlib import Path
|
||||
@dataclass
|
||||
class OpenAI:
|
||||
api_key: str
|
||||
model: str
|
||||
|
||||
def getattr(self, name: str):
|
||||
return getattr(self, name)
|
||||
|
||||
Reference in New Issue
Block a user