You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] bug report -> please search issues before submitting
- [X ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Deploy AI Model "gpt-35-turbo" in the Azure AI Studio
In "Assistant Setup" click "Add your data (preview)" and add some files to a blob storage for instance (just complete the wizard)
Then make sure "Limit responses to your data content" is checked
Chat with your deployed model in the playground and observe that it only knowns information you provided
Then start a new C#.Net console app with Azure.AI.openAI(1.0.0-beta.6) nuget package
Set up your OpenAIClient with the correct url and key credentials
Call GetChatCompletionsAsync on the client with the correct deployment model name
Prompt it with a question that is not in the information you provided
Watch how it answers just like that
Prompt it with a question it should know from the information provided
Watch how it doesn't know
Any log messages given by the failure
Expected/desired behavior
I expected the model to not know anything beyond the provided information, as I've grounded it with my data
I expected the model to know everything about the information I provided, yet it didn't know anything about it
OS and Version?
Windows 11
Versions
Azure.AI.openAI(1.0.0-beta.6)
Mention any other details that might be useful
I noticed somewhere on the internet it was mentioned there's an "inScope" parameter for the REST call to OpenAI to indicate the model should be grounded to the provided data. I don't know if that helps?
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Versions
Mention any other details that might be useful
I noticed somewhere on the internet it was mentioned there's an "inScope" parameter for the REST call to OpenAI to indicate the model should be grounded to the provided data. I don't know if that helps?
The text was updated successfully, but these errors were encountered: