mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-21 05:31:01 +00:00
Removed obsolete Model.Response class
This commit is contained in:
parent
d2d7b6e808
commit
bb7813e0f5
1 changed files with 0 additions and 5 deletions
|
|
@ -141,11 +141,6 @@ class Chat(Model):
|
|||
|
||||
return validated_logit_bias
|
||||
|
||||
class Response(llm.Response):
|
||||
def __init__(self, prompt, model, stream, key):
|
||||
super().__init__(prompt, model, stream)
|
||||
self.key = key
|
||||
|
||||
def __init__(self, model_id, key=None):
|
||||
self.model_id = model_id
|
||||
self.key = key
|
||||
|
|
|
|||
Loading…
Reference in a new issue