mario-guerra / azure-openai-doc-summarizer

Summarize documents and chat scripts using Azure OpenAI models
MIT License
5 stars 0 forks source link

Summarizer.py error in semantic kernal module #7

Closed colincole closed 1 week ago

colincole commented 4 weeks ago

This happens when I run it:

python summarizer.py sample-narrative.docx out.docx

Traceback (most recent call last): File "C:\Users\xxxx\Documents\GitHub\azure-openai-doc-summarizer\summarizer.py", line 31, in from semantic_kernel.connectors.ai.chat_request_settings import ChatRequestSettings ModuleNotFoundError: No module named 'semantic_kernel.connectors.ai.chat_request_settings'

mario-guerra commented 1 week ago

Thank for reporting this! Fixed with https://github.com/mario-guerra/azure-openai-doc-summarizer/pull/8, removing semantic kernel completely.