Git Product home page Git Product logo

Comments (8)

kalchakra13 avatar kalchakra13 commented on May 24, 2024

Faced same problem, tried to switch to gpt-35-turbo-16k and facing issues.

from entaoai.

niceysj avatar niceysj commented on May 24, 2024

Deployment has been successful since I deleted the Davinci deployment code to resolve issues with replacing the AOAI model.

from entaoai.

kalchakra13 avatar kalchakra13 commented on May 24, 2024

which model did you replace it with?

from entaoai.

akshata29 avatar akshata29 commented on May 24, 2024

Deployment has been successful since I deleted the Davinci deployment code to resolve issues with replacing the AOAI model.

Would you mind creating pull request and fixing azuredeploy.json file? Happy to modify code if you can suggest the fix

from entaoai.

niceysj avatar niceysj commented on May 24, 2024

Deployment has been successful since I deleted the Davinci deployment code to resolve issues with replacing the AOAI model.

Would you mind creating pull request and fixing azuredeploy.json file? Happy to modify code if you can suggest the fix
Sure, I've modified the code, and hope you'll review it.

from entaoai.

akshata29 avatar akshata29 commented on May 24, 2024

Deployment has been successful since I deleted the Davinci deployment code to resolve issues with replacing the AOAI model.

Would you mind creating pull request and fixing azuredeploy.json file? Happy to modify code if you can suggest the fix
Sure, I've modified the code, and hope you'll review it.

I don't see pull request. Can you put your modified code here and I can update the repo

from entaoai.

niceysj avatar niceysj commented on May 24, 2024

Sorry about that.
I thought I had made a pull request, but I guess it wasn't requested.
I'm not very skilled with github.
I'll try to explain in the comments.
In the file below, I removed the following Davinci model from the deployment.
azuredeploy.json
{
"type": "Microsoft.CognitiveServices/accounts/deployments",
"apiVersion": "2022-12-01",
"name": "[concat(variables('aoaiSvcName'), '/davinci')]",
"dependsOn": [
"[resourceId('Microsoft.Resources/deploymentScripts','Wait5s')]"
],
"properties": {
"model": {
"format": "OpenAI",
"name": "text-davinci-003",
"version": "1"
},
"scaleSettings": {
"scaleType": "Standard"
},
"raiPolicyName": "Microsoft.Default"
}

And delete the following parts.
{
"name": "OpenAiDavinci",
"value": "davinci"
},

Please review this.

from entaoai.

akshata29 avatar akshata29 commented on May 24, 2024

Modified the deployment to remove the Davinci model usage and replace it with only gpt3.5 turbo, embedding and 3.5turbo with 16k model. All code using Davinci is also refactored

from entaoai.

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.