Bruce MacDonald 1 year ago
parent
commit
0fc80e0f21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      template.py

+ 1 - 1
template.py

@@ -53,5 +53,5 @@ def template(model, prompt):
             max_ratio = ratio
             max_ratio = ratio
             closest_key = key
             closest_key = key
     # Return the value of the closest match
     # Return the value of the closest match
-    p = model_prompts.get(closest_key)  # .format(placeholder=prompt)
+    p = model_prompts.get(closest_key)  # TODO: provide a better default template
     return p.format(prompt=prompt)
     return p.format(prompt=prompt)