diff --git a/bin/llama_client.py b/bin/llama_client.py index bc7ead84..52561cd7 100644 --- a/bin/llama_client.py +++ b/bin/llama_client.py @@ -2,7 +2,6 @@ """llama_client.py — OpenAI-compatible client for llama.cpp HTTP API.""" import argparse, json, os, sys, time from dataclasses import dataclass -from typing import Generator, Optional import urllib.request, urllib.error DEFAULT_ENDPOINT = os.environ.get("LLAMA_ENDPOINT", "http://localhost:11435")