We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ef86d3 + 763b1e5 commit d1b369eCopy full SHA for d1b369e
articles/ai-services/openai/how-to/file-search.md
@@ -80,7 +80,7 @@ client = AzureOpenAI(
80
81
assistant = client.beta.assistants.create(
82
name="Financial Analyst Assistant",
83
- instructions="You are an expert financial analyst. Use you knowledge base to answer questions about audited financial statements.",
+ instructions="You are an expert financial analyst. Use your knowledge base to answer questions about audited financial statements.",
84
model="gpt-4-turbo",
85
tools=[{"type": "file_search"}],
86
)
0 commit comments