microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
21.54k stars 3.18k forks source link

Python: JSON mode support for GPT4T 1106 / GPT35T 1106 #4382

Closed slm-2015 closed 2 weeks ago

slm-2015 commented 9 months ago

Hi, is JSON mode for GPT4 Turbo 1106 / GPT35 Turbo 1106 supported by SK? If so, apologies, can someone give me a pointer on how to add it to the config.json file? I couldn't find anything in the SK docs to help me. Thanks, Simon.

Krzysztof318 commented 9 months ago

This parameter is not bundled yet in source.

slm-2015 commented 9 months ago

ok, thanks for the quick update. Cheers.

github-actions[bot] commented 6 months ago

This issue is stale because it has been open for 90 days with no activity.

slm-2015 commented 6 months ago

Just checking in on this one - is it now possible to set JSON mode in the C# library? thanks v much.

alliscode commented 4 months ago

@moonbox3 is this still needed?

moonbox3 commented 4 months ago

@alliscode this looks to be dotnet specific? In Python one can set the response_format as json_object.