About 51 results
Open links in new tab
  1. Getting OpenAI API Error While Using Groq API for Python Coding …

    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 …

  2. 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 = …

  3. python - groq.GroqError: The api_key client option must be set …

    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 11 months ago …

  4. Sanity.io GROQ query for array of objects - Stack Overflow

    Jan 26, 2021 · Sanity.io GROQ query for array of objects Asked 4 years, 11 months ago Modified 3 years, 1 month ago Viewed 9k times

  5. python - How can I accurately count tokens for Llama3/DeepSeek …

    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 …

  6. 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 …

  7. LangChain error: "Groq does not currently support …

    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 …

  8. failed_generation with Groq LLM and llama index in Python

    Jul 29, 2024 · failed_generation with Groq LLM and llama index in Python Asked 1 year, 5 months ago Modified 1 year, 5 months ago Viewed 3k times

  9. llama index - Groq - Model name llama3-70b-8192 does not …

    May 5, 2024 · Groq - Model name llama3-70b-8192 does not support function calling API Asked 1 year, 8 months ago Modified 1 year, 8 months ago Viewed 1k times

  10. typescript - I'm having a server error while making a Groq API call …

    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 ...