summaryrefslogtreecommitdiffstats
path: root/etc/tool/readme_table.py
diff options
context:
space:
mode:
Diffstat (limited to 'etc/tool/readme_table.py')
-rw-r--r--etc/tool/readme_table.py8
1 files changed, 5 insertions, 3 deletions
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