feiyun0112

Results 24 comments of feiyun0112

> > ,好在这里呼唤。简单聊天摘要、书籍创建者、身份验证和 API 以及 GitHub 存储库问答确实需要使用文本完成模型。您需要为模型使用 d-003 之类的东西。 > > 好吧,我尝试了文本 avinci-003 模型,它可以工作。 > > 这个回购不考虑与 gpt-35 涡轮增压模型的兼容性吗?GPT-35涡轮增压器在大多数情况下具有足够的能力,并且相对便宜 you can use this sample [Copilot Chat Sample Application](https://github.com/microsoft/semantic-kernel/blob/main/samples/apps/copilot-chat-app/README.md)

you use wrong model ``` Details: This is a chat model and not supported in the v1/completions endpoint. ``` you should use text-davinci-003 for TextCompletionService #650

did you set `ClientId` and `RedirectUri`? because you use "--user-collection" https://github.com/microsoft/semantic-kernel/tree/main/samples/apps/copilot-chat-app/importdocument

did you setup WebApi Backend Server? https://github.com/microsoft/semantic-kernel/tree/main/samples/apps/copilot-chat-app#start-the-webapi-backend-server you can debug WebApi to see what the problem is [https://github.com/microsoft/semantic-kernel/blob/main/samples/apps/copilot-chat-app/webapi/CopilotChat/Controllers/DocumentImportController.cs#LL69C44-L69C44](https://github.com/microsoft/semantic-kernel/blob/main/samples/apps/copilot-chat-app/webapi/CopilotChat/Controllers/DocumentImportController.cs#LL69C44-L69C44)

It may be that the new version of DotNetCore.CAP modifies the TransportMessage definition, try the version referenced by SkyAPM.Diagnostics.CAP ```` ````

please wait for the server started messge: ```` Local-LLM-Server is successfully started, please use http://127.0.0.1:21000 to access the OpenAI interface ````

because handler member should by class [https://github.com/martinothamar/Mediator/blob/5b500ad9bd61606d96b0e8ab045a5a6eff1499f5/src/Mediator.SourceGenerator.Implementation/Analysis/CompilationAnalyzer.cs#L442C64-L442C64](https://github.com/martinothamar/Mediator/blob/5b500ad9bd61606d96b0e8ab045a5a6eff1499f5/src/Mediator.SourceGenerator.Implementation/Analysis/CompilationAnalyzer.cs#L442C64-L442C64)

Please provide the complete code I guess the OnFunctionResult method did not pass in the specified functionName [https://github.com/microsoft/semantic-kernel/blob/main/dotnet/src/Experimental/Process.Core/ProcessStepBuilder.cs#L53](https://github.com/microsoft/semantic-kernel/blob/main/dotnet/src/Experimental/Process.Core/ProcessStepBuilder.cs#L53)

![Image](https://github.com/user-attachments/assets/637a9208-e6ea-4979-baca-8327725d8321) > I'm not sure about OnFunctionResult. I'm invoking the function on the input event. > > ![Image](https://github.com/user-attachments/assets/1191951c-f2de-465c-b0cc-9700b3b30a69) > > Hope this helps.