simonw / llm

Access large language models from the command-line
https://llm.datasette.io
Apache License 2.0
3.43k stars 176 forks source link

Update openai-models.md #501

Open bcardiff opened 1 month ago

bcardiff commented 1 month ago

I think there are some rendering issues at https://llm.datasette.io/en/stable/openai-models.html

Screenshot 2024-05-23 at 13 05 47

From the GitHub preview it seems this change should be enough, but I am not sure how cog will interact with it.

bcardiff commented 1 month ago

Maybe this is also needed so the cog generates the new line.

--- cog.out("```\n{}```".format("\n".join(models)))
+++ cog.out("```\n{}\n```".format("\n".join(models)))