Add groq flow to CLI

This commit is contained in:
Matt Zhou
2024-10-03 10:04:18 -07:00
parent b98ecb4b1c
commit 216e69d52c
2 changed files with 36 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ from letta.streaming_interface import (
)
from letta.utils import json_dumps
LLM_API_PROVIDER_OPTIONS = ["openai", "azure", "anthropic", "google_ai", "cohere", "local"]
LLM_API_PROVIDER_OPTIONS = ["openai", "azure", "anthropic", "google_ai", "cohere", "local", "groq"]
# TODO update to use better types