How to set another key for azure gpt as embedding and generative, has different keys : client = weaviate.connect_to_local(
host=‘146.122.25.252’,
port=8500,
headers={
‘X-Azure-Api-Key’: azure_api_key,
‘X-Azure-Api-Key’: azure_api_key_gpt, # how to do this?
})
↧
How to use Python V4 Api with Azure?
↧