mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-05-06 20:42:52 +08:00
Fix startup and GPT initialization issues
This commit is contained in:
@@ -14,7 +14,6 @@ class UniversalGPT(GPT):
|
||||
self.model = model
|
||||
self.temperature = temperature
|
||||
self.screenshot = False
|
||||
self.screenshot = False
|
||||
self.link = False
|
||||
|
||||
def _format_time(self, seconds: float) -> str:
|
||||
|
||||
Reference in New Issue
Block a user