题意:Azure OpenAI 和令牌限制
问题背景:
I want to use GPT model to analyze my data. Data is a suite of records (e.g. 1000 records) with 10 or even more properties. I want to say GPT (or other model):
我想使用 GPT 模型来分析我的数据。数据是一组记录(例如,1000 条记录),每条记录包含 10 个或更多属性。我想告诉 GPT(或其他模型):
"please, analyze this data and find and exceptions, extremums etc. Anything, what is different than common"
I use Azure.AI.OpenAI
nuget package
我使用了 `Azure.AI.OpenAI` NuGet 包。