Commit 39c9070a authored by Kantz's avatar Kantz
Browse files

decision deaktiviert. Bis es repariert ist.

parent c4b730a9
...@@ -28,6 +28,7 @@ WICHTIG: ...@@ -28,6 +28,7 @@ WICHTIG:
""" """
def needs_more_context(context_sheet: str) -> dict: def needs_more_context(context_sheet: str) -> dict:
return{"needs_more_context": False, "reason": "nicht funktional"}
messages = [{"role": "system", "content": CLASSIFIER_SYSTEM}] messages = [{"role": "system", "content": CLASSIFIER_SYSTEM}]
messages.append( messages.append(
{ {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment