Skip to content

Commit

Permalink
fix instruction in structured output readme
Browse files Browse the repository at this point in the history
  • Loading branch information
badgeir committed Aug 21, 2024
1 parent 16c2a9b commit 27a08fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ class OutputFormat(pydantic.BaseModel):


agent = StructuredAgent(
instruction="instruction",
instruction="Answer the questions and detect the user sentiment.",
client=openai.AsyncOpenAI(api_key=os.environ["OPENAI_TOKEN"]),
model="gpt-4o-mini",
response_format=OutputFormat,
Expand Down

0 comments on commit 27a08fa

Please sign in to comment.