mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-21 23:20:22 +00:00
Fixed type hint on Prompt
This commit is contained in:
parent
5e1b528ebb
commit
902cf6010c
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ class Prompt:
|
|||
model: "Model"
|
||||
system: Optional[str]
|
||||
prompt_json: Optional[str]
|
||||
options: "Model.Options"
|
||||
options: "Options"
|
||||
|
||||
def __init__(self, prompt, model, system=None, prompt_json=None, options=None):
|
||||
self.prompt = prompt
|
||||
|
|
|
|||
Loading…
Reference in a new issue