Commit 0fc80e0f authored by Bruce MacDonald's avatar Bruce MacDonald
Browse files

add todo

parent d34985b9
...@@ -53,5 +53,5 @@ def template(model, prompt): ...@@ -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)
Markdown is supported
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