Skip to content

Commit d1b369e

Browse files
authored
Merge pull request #122994 from renjith100/patch-1
Update file-search.md Typo in assistant instruction corrected
2 parents 8ef86d3 + 763b1e5 commit d1b369e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/how-to/file-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ client = AzureOpenAI(
8080

8181
assistant = client.beta.assistants.create(
8282
name="Financial Analyst Assistant",
83-
instructions="You are an expert financial analyst. Use you knowledge base to answer questions about audited financial statements.",
83+
instructions="You are an expert financial analyst. Use your knowledge base to answer questions about audited financial statements.",
8484
model="gpt-4-turbo",
8585
tools=[{"type": "file_search"}],
8686
)

0 commit comments

Comments
 (0)