Rob
Rob
This works : ``` import semantic_kernel as sk from azure.identity import DefaultAzureCredential from semantic_kernel.connectors.ai.open_ai import AzureTextCompletion default_credential = DefaultAzureCredential() token = default_credential.get_token( "https://cognitiveservices.azure.com/.default" ) kernel = sk.Kernel() kernel.add_text_completion_service( "dv", AzureTextCompletion(...
> > function_call > > this is still the current state. when removing function_call from the message that encoded the tools calls before sending them back to the api, it...
> Openai wants us to place the tool call messge and the tool response messages into the messages list. Since function_call has been deprecated for tool_call, the model when deciding...
Still getting the same errors after downgrading python from 3.12 to 3.10 and upgrading unstructured from 0.16.3 to 0.16.6 Anyone else ?