From 7953560303ad82f13f3d4c910db1193da21b11d7 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Fri, 23 Feb 2024 17:21:10 +0100 Subject: Improve readme, add smartphone guide --- etc/tool/readme_table.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'etc/tool/readme_table.py') diff --git a/etc/tool/readme_table.py b/etc/tool/readme_table.py index 293d1eb3..895b515f 100644 --- a/etc/tool/readme_table.py +++ b/etc/tool/readme_table.py @@ -87,7 +87,8 @@ def print_models(): "openai": "OpenAI", "huggingface": "Huggingface", "anthropic": "Anthropic", - "inflection": "Inflection" + "inflection": "Inflection", + "meta": "Meta" } provider_urls = { "google": "https://gemini.google.com/", @@ -95,6 +96,7 @@ def print_models(): "huggingface": "https://huggingface.co/", "anthropic": "https://www.anthropic.com/", "inflection": "https://inflection.ai/", + "meta": "https://llama.meta.com/" } lines = [ @@ -120,6 +122,6 @@ def print_models(): print("\n".join(lines)) if __name__ == "__main__": - #print_providers() - #print("\n", "-" * 50, "\n") + print_providers() + print("\n", "-" * 50, "\n") print_models() \ No newline at end of file -- cgit v1.2.3