Fix embedding service by removing unused openai import and cleaning up dependencies

This commit is contained in:
Jarian Cottingham 2026-02-02 01:23:14 -06:00
parent da03b3e847
commit 1dd9337c39

View File

@ -7,7 +7,6 @@ import datetime
import requests
import logging
from pathlib import Path
import openai
from prometheus_client import start_http_server, Counter, Histogram
# Setup logging with better error handling