OpenAIKit
OpenAIKit copied to clipboard
base_url, Sorry if you already implemented that, but so far I could not found that
Describe the feature or improvement you're requesting
I want to use OpenAI client for HF Inference with OpenAI Client
from openai import OpenAI
client = OpenAI(
base_url="",
api_key=""
)
Additional context
No response