Quantcast
Channel: Weaviate Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 3588

How to configure corporate modified base url of openAI in weaviate client

$
0
0

hi @Rajan_Kumar_Soni !!

Welcome to our community!

Also notice that you can set this value at query time too, like so:

client = weaviate.connect_to_local(
    headers={
        "X-OpenAI-BaseURL": "http://your-custom-openai-endpoint.com"
    }
)

Viewing all articles
Browse latest Browse all 3588

Trending Articles