Find answers from the community

Updated 2 years ago

Azure

At a glance

The post asks if the community member is using GPT-3.5. The comments discuss the use of the AzureChatOpenAI model for chat models like GPT-3.5, and whether it can be used with LlamaIndex. One community member mentions fixing an issue and that their Azure OpenAI 3.5 is now working well, and is comparable to the OpenAI API. There is no explicitly marked answer in the comments.

Useful resources
am i using gpt3.5 ?
Attachment
image.png
L
a
5 comments
Is this the langchain implementation?
You'll want to use AzureChatOpenAI for chat models like gpt-3.5
i find following information from langchain: https://python.langchain.com/docs/modules/model_io/models/chat/integrations/azure_chat_openai the question whether i can directly use llm=AzureChatOpenAI() for llamaindex activities ? Does llamaindex support AZURE OPENAI GPT3.5 ?
i fix the problem. now my azure openai 3.5 is working fine now. looks like as good as openai api.
Add a reply
Sign up and join the conversation on Discord