
Getting OpenAI API Error While Using Groq API for Python Coding Agent
Jun 7, 2024 · I am trying to create a Python coding agent using the crewai library along with langchain and ChatGroq. My code is supposed to use the Groq API for language model processing, but I am …
groq.APIConnectionError: Connection error - Stack Overflow
Sep 27, 2024 · I am using Langchain and Groq for LLM project but I am getting API connection error, although I imported: import os load_dotenv() and then loaded API as: groq_api_key = …
python - groq.GroqError: The api_key client option must be set either ...
Feb 9, 2025 · groq.GroqError: The api_key client option must be set either by passing api_key to the client or by setting the GROQ_API_KEY environment variable Asked 1 year ago Modified 1 year ago …
python - How can I accurately count tokens for Llama3/DeepSeek r1 ...
Feb 2, 2025 · I'm integrating the Groq API in my Flask application to classify social media posts using a model based on DeepSeek r1 (e.g., deepseek-r1-distill-llama-70b). I build a prompt by combining …
While using groq for my project im getting this error
May 3, 2024 · Im trying to pass a input query to groq but it is raising an error! it worked well until 1 hr before but suddenly it started generating this type of errors! I even tried chaging the api key but still …
Sanity.io GROQ query for array of objects - Stack Overflow
Jan 26, 2021 · Sanity.io GROQ query for array of objects Ask Question Asked 5 years, 1 month ago Modified 3 years, 2 months ago
failed_generation with Groq LLM and llama index in Python
Jul 29, 2024 · failed_generation with Groq LLM and llama index in Python Ask Question Asked 1 year, 7 months ago Modified 1 year, 6 months ago
LangChain error: "Groq does not currently support tool_choice='any ...
Aug 29, 2024 · ValueError: Groq does not currently support tool_choice='any'. Should be one of 'auto', 'none', or the name of the tool to call. When I checked the code of langchain_groq's bind_tools …
llama index - Groq - Model name llama3-70b-8192 does not support ...
May 5, 2024 · Groq - Model name llama3-70b-8192 does not support function calling API Asked 1 year, 9 months ago Modified 1 year, 9 months ago Viewed 1k times
typescript - I'm having a server error while making a Groq API call in ...
Aug 9, 2024 · I'm making a chatbot and for that i wanted to use llama. i used groq to make a specific system prompt. but now im getting 500 server error. i dont know where im ...