Skip to content

Commit

Permalink
prompt-generic is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermaggedon committed Nov 5, 2024
1 parent 3ab54bc commit baa02e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions trustgraph-flow/trustgraph/model/prompt/generic/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Language service abstracts prompt engineering from LLM.
"""

#
# FIXME: This module is broken, it doesn't conform to the prompt API change
# made in 0.14, nor the prompt template support.
#
# It could be made to conform by using prompt-template as a starting
# point, and hard-coding all the information.
#


import json
import re

Expand Down Expand Up @@ -469,5 +478,7 @@ def add_args(parser):

def run():

raise RuntimeError("NOT IMPLEMENTED")

Processor.start(module, __doc__)

0 comments on commit baa02e4

Please sign in to comment.