OpenDive / OpenAIKit

Swift Package for OpenAI's API
MIT License
248 stars 46 forks source link

base_url, Sorry if you already implemented that, but so far I could not found that #55

Open almatkai opened 5 months ago

almatkai commented 5 months ago

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