Souryadip
Results
1
issues of
Souryadip
Getting this while importing OpenAIInstructionParser, TaskType --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[1], line 1 ----> 1 from prompt2model.prompt_parser import OpenAIInstructionParser, TaskType 3 prompt_spec = OpenAIInstructionParser(task_type=TaskType.TEXT_GENERATION) 4 prompt_spec.parse_from_prompt(prompt)...
bug