Skip to content

fix:Groq chat completion fails due to missing model #13

@srijnabhargav

Description

@srijnabhargav

Groq chat completion fails due to missing model

Problem

Groq chat completions fail at runtime because:

  • The model field is missing in the request body
  • Groq model and API key setting IDs are swapped

This results in invalid API requests and runtime errors during bot execution.

Acceptance Criteria

  • Include model in Groq /chat/completions request
  • Fix swapped Groq setting IDs
  • Prevent runtime errors during message handling

Screenshot of the bug :

Image Image

Terminal Error :

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions