OpenAIKit icon indicating copy to clipboard operation
OpenAIKit copied to clipboard

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

Open almatkai opened this issue 1 year ago • 0 comments

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

almatkai avatar May 27 '24 20:05 almatkai