Skip to content

Commit

Permalink
refactor(openai-assistant): Clarify instruction to exclude coordinate…
Browse files Browse the repository at this point in the history
…s in response
  • Loading branch information
csulit committed Oct 25, 2024
1 parent ce824fc commit 7899fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/openai-assistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const openaiAssistant = async (question: string) => {
'To learn more or schedule a viewing, please contact our team.',
]
do not include '\n' in your response I need a clean array of strings
do not include '\n' in your response I need a clean array of strings and do not include the coordinates in your response you will only use the listing_address, listing_region_name, listing_city_name, and listing_area_name if they are provided
`,
model: "gpt-4o",
});
Expand Down

0 comments on commit 7899fff

Please sign in to comment.