Flying firebird
Flying firebird
产生原因:继承仓储服务 /// /// 用户服务 /// [ApiExplorerSettings(GroupName = "user")] [DynamicWebApi] public class UserService : BaseRepository, IDynamicWebApi { /// /// 添加用户 /// /// [HttpPost] public async Task AddUser(UserRegisterRequestDto dto) { var user...
After using Chat.StreamResponseEnumerableFromChatbotAsync() in Streaming, the Usage of Chat.MostResetAPIResult is always null. How can I obtain 'Usage' related information `var chat = _openAI.Client().Chat.CreateConversation();` `chat.AppendUserInput("How to make bread ?");` `await foreach...