|
- Getting OpenAI API Error While Using Groq API for Python Coding Agent
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 encountering an
- groq. APIConnectionError: Connection error - Stack Overflow
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 = os getenv( quot;GROQ_API_KE
- python - groq. GroqError: The api_key client option must be set either . . .
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 Ask Question Asked 1 year, 1 month ago Modified 1 year, 1 month ago
- Sanity. io GROQ query for array of objects - Stack Overflow
Sanity io GROQ query for array of objects Ask Question Asked 5 years, 1 month ago Modified 3 years, 3 months ago
- While using groq for my project im getting this error
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 the issue persisting!
- failed_generation with Groq LLM and llama index in Python
failed_generation with Groq LLM and llama index in Python Ask Question Asked 1 year, 8 months ago Modified 1 year, 7 months ago
- Agentic RAG tool_calling issue: Groq - Stack Overflow
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
- Got PydanticUserError when import ChatGroq - Stack Overflow
But it clearly the fastapi version doesn't support Pydantic v2, which cause the issue when try to import Groq So after upgrade to fastapi 0 115 0, everything works fine
|
|
|