Closed jryu01 closed 2 months ago
Added response format parameter to generate_response so that user can specify the response type. e.g. response_format={"type": "json_object"}
generate_response
response_format={"type": "json_object"}
@mwdchang this will help to make sure the chart annotation response from the llm is formatted in json.
Resolves #(issue)
Description
Added response format parameter to
generate_response
so that user can specify the response type. e.g.response_format={"type": "json_object"}
@mwdchang this will help to make sure the chart annotation response from the llm is formatted in json.
Resolves #(issue)