Jadyn

Results 22 comments of Jadyn

`Name` is the name of the connectionstring. You can set `Default` for it.

![image](https://user-images.githubusercontent.com/13699353/167348700-4388b5bd-2d16-48f5-8c0d-b5cb7661f238.png)

I can not reproduce. Can you provide a simple project to reproduce it?

> sample code: https://github.com/saitejkuralla/TodoApp_Multitenancy 404 ![image](https://user-images.githubusercontent.com/13699353/167437637-5c3107a4-76bf-4ed8-aec6-d5041b6e83c4.png) > Below is the recent change in my code ![image](https://user-images.githubusercontent.com/11627655/167435602-2aa7dab0-48b2-431f-a69a-a94dc4a2254f.png) You don't need to modify AbpDbContext. Multi-Tenancy connectionstring switching in abp is out-of-the-box.

- Remove the changes you have made to AbpDbContext. - Please submit todo content after select a tenant.It is best to be able to login to the tenant user. Or...

I only removed your changes to AbpDbContext. ![image](https://user-images.githubusercontent.com/13699353/167523031-9158629e-96a8-45b4-b902-cbd3dbda1dcc.png) ```SQL select AbpTenants.Id, AbpTenants.Name, AbpTenantConnectionStrings.Name, AbpTenantConnectionStrings.Value from AbpTenants left join AbpTenantConnectionStrings on AbpTenants.Id = AbpTenantConnectionStrings.TenantId ``` ![image](https://user-images.githubusercontent.com/13699353/167522791-1f5db8d2-127b-4bf5-85c2-0adc46b6d9d7.png)

I use vs2019 lasest to debugger it.Try change `NewForm` dpMain settings and restore it. It automatically changes a lot codes. The display is normal, but the impact of which change...

I test it locally, and it will still be repeated many times. ```bash easyabp.abphelper generate crud Book --skip-db-migrations ``` [abphelper.log](https://github.com/EasyAbp/AbpHelper.CLI/files/9098385/abphelper.log)

https://github.com/microsoft/Tokenizer > This repo contains C# and Typescript implementation of byte pair encoding(BPE) tokenizer for OpenAI LLMs, it's based on open sourced rust implementation in the [OpenAI tiktoken](https://github.com/openai/tiktoken). Both implementation...

> > 您使用了错误的服务,请参阅。 > > #650 > > 大神,怎么切换到ChatCompletionService ? ![图片](https://user-images.githubusercontent.com/20267952/237146851-421dfc4c-c0f4-412a-971f-99544ff6eea8.png) > > 我是执行这个例子时报的错 For gpt-35-turbo or gpt4, replace `AddAzureTextCompletionService` with `AddAzureChatCompletionService`. See https://github.com/microsoft/semantic-kernel/blob/6afcbe25b9aa63d9952f63936962784ee4434510/samples/dotnet/kernel-syntax-examples/Example27_SemanticFunctionsUsingChatGPT.cs#L19-L28