test: add complex testing for Groq Llama 3.1 70b (#1845)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
This commit is contained in:
@@ -296,7 +296,6 @@ def create(
|
||||
raise NotImplementedError(f"Streaming not yet implemented for Groq.")
|
||||
|
||||
if model_settings.groq_api_key is None and llm_config.model_endpoint == "https://api.groq.com/openai/v1/chat/completions":
|
||||
# only is a problem if we are *not* using an openai proxy
|
||||
raise ValueError(f"Groq key is missing from letta config file")
|
||||
|
||||
# force to true for groq, since they don't support 'content' is non-null
|
||||
|
||||
Reference in New Issue
Block a user