groq - iBuildNew
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 =.
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 =.
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, 1 month ago
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.
Understanding the Context
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.
Agentic RAG tool_calling issue: Groq + LangChain agent fails with tool_use_failed when calling custom tool (Llama 3.3) Ask Question Asked 1 month ago Modified 1 month ago
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.
My code is the following: from llama_parse import LlamaParse from llama_index.llms.groq import Groq from llama_parse.base import ResultType, Language from.
Key Insights
I get a 404 on the api call. It appears to be using the deprecated API. I want to know how do a fetch/curl call with latest groq.com API. Anyone know how to fix? The official SDK is overly.
Does anyone know how to resolve this issue or if it's even possible to work around it? I was working with a notebook where I used llm=OpenAI(model=gpt-4), then I tried with llama3-70b.
Sanity.io GROQ query for array of objects Asked 5 years, 2 months ago Modified 3 years, 3 months ago Viewed 9k times