nsvbhat
nsvbhat
I am trying to use it in conjunction with azure openai... did try passing the params to `chatstream.chat_server( "mychat", url=config['AZURE_OPENAI_BASE_URL'], api_key=config['AZURE_OPENAI_API_KEY'], model="gpt-4", text_input_placeholder="How can I help you?", deployment_id="gpt-4", debug=True )`...
@trangdata yes.. i have used the same one..
ok i see that in the library its called `azure_deployment_id` and not `deployment_id` .. will trying using that n see.
@trangdata I tried using acreate and seems to be working with minor additions as per [this link](https://github.com/openai/openai-python/blob/main/README.md) while using acreate.. `import openai from aiohttp import ClientSession openai.api_type = "azure" openai.api_base...