> ## Documentation Index
> Fetch the complete documentation index at: https://hyperlocalise.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Groq

> Cấu hình Groq làm nhà cung cấp LLM để tạo bản dịch.

## Giá trị của nhà cung cấp

Sử dụng `groq` trong `llm.profiles.<name>.provider`.

## Hồ sơ ví dụ

```json theme={null}
{
  "llm": {
    "profiles": {
      "default": {
        "provider": "groq",
        "model": "llama-3.3-70b-versatile",
        "prompt": "Translate from {{source}} to {{target}}:\n\n{{input}}"
      }
    }
  }
}
```

## Biến môi trường bắt buộc

<CodeGroup>
  ```bash Export theme={null}
  export GROQ_API_KEY="your-groq-api-key"
  ```

  ```bash .env.local theme={null}
  GROQ_API_KEY="your-groq-api-key"
  ```
</CodeGroup>

## Biến môi trường tùy chọn

`GROQ_BASE_URL` mặc định là `https://api.groq.com/openai/v1`.
