Coder Social home page Coder Social logo

OpenAI azure about azure-search-openai-demo HOT 5 OPEN

MartinRojo1 avatar MartinRojo1 commented on September 27, 2024
OpenAI azure

from azure-search-openai-demo.

Comments (5)

pamelafox avatar pamelafox commented on September 27, 2024

Can you be more specific by work differently? Azure OpenAI adds a content safety filter on top, so you'll see that in your API responses and may get a content safety error depending on the content (which the app handles with an appropriate message to the user).

from azure-search-openai-demo.

MartinRojo1 avatar MartinRojo1 commented on September 27, 2024

I have a context of more than 3k tokens that I pass to the system, this context is from a specific organization which the clients are going to use. When I pass that context to the model deployed in Azure (gpt 3.5) it responds very differently than consuming the OpenAI API with the same model.

from azure-search-openai-demo.

pamelafox avatar pamelafox commented on September 27, 2024

Hm, interesting. Generally, there's high variability between one call to a model and another call, so I would recommend testing out different temperature values and setting the "seed" parameter of the Chat completion call, to see if the variability can be explained by other factors. You could also check to see if you are using the same version of the model on Azure OpenAI that you are using on OpenAI.com (e.g. 0125 vs 0613).

from azure-search-openai-demo.

MartinRojo1 avatar MartinRojo1 commented on September 27, 2024

Yes it is very interesting, but the strange thing is that I am using exactly the same thing for the call to azure and the call to openAI.

from azure-search-openai-demo.

pamelafox avatar pamelafox commented on September 27, 2024

Have you set a seed? We dont set one yet by default in this repo. I'm not sure if the seed would be constant across Azure and OpenAI.com, I'll look into that.

from azure-search-openai-demo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.