Skip to content

Configuring groq api support #126

Open
@KhalfaniW

Description

@KhalfaniW

You can set the config like this to use groq instead of openai

OPENAI_API_ENDPOINT=https://api.groq.com/openai/v1
OPENAI_KEY=<groq api key>
MODEL=<llama model>

This creates commands correctly, but i get this error when it writes the explanation

{
  "error": {
    "message": "The model `gpt-3.5-turbo` does not exist or you do not have access to it.",
    "type": "invalid_request_error",
    "code": "model_not_found"
  }
}

A temporary workaround is to always have silent mode on.

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