Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix: Linting Error
  • Loading branch information
Kunjan Shah committed Jun 9, 2025
commit 97dc0160f90191adb880eafd2f8cb5760a550a10
10 changes: 0 additions & 10 deletions giskard/llm/client/groq_client.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from typing import Optional, Sequence

from dataclasses import asdict
from logging import warning
import logging

from ..config import LLMConfigurationError
Expand All @@ -28,15 +27,6 @@
"See: https://console.groq.com/docs/text-chat#json-mode"
)

# def _supports_json_format(model: str) -> bool:
# if "llama-3.3-70b-versatile" in model:
# return True

# if model == "llama-3.1-8b-instant" or model == "gemma2-9b-it":
# return True

# return False

logger = logging.getLogger(__name__)

class GroqClient(LLMClient):
Expand Down
Loading