mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-27 16:34:46 +00:00
Removed obsolete OptionsError class
This commit is contained in:
parent
c7271dd6b4
commit
18a89d8bb8
1 changed files with 0 additions and 4 deletions
|
|
@ -26,10 +26,6 @@ class Prompt:
|
|||
self.options = options or {}
|
||||
|
||||
|
||||
class OptionsError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
@dataclass
|
||||
class Conversation:
|
||||
model: "Model"
|
||||
|
|
|
|||
Loading…
Reference in a new issue