dotnet-smartcomponents / smartcomponents

Experimental, end-to-end AI features for .NET apps
622 stars 54 forks source link

smartcomponents - create an interface / adapter to use other AI services #21

Closed ricardok1 closed 3 months ago

ricardok1 commented 3 months ago

Hi @SteveSandersonMS

Thanks for this initiative - keeps creating a good vibe around Blazor and in dotnet in general.

Please create an interface to be able to request any AI service. Any AI service should be able to create an "Adapter" and "dock" to smartcomponents. ;-)

Thanks Ricardo

SteveSandersonMS commented 3 months ago

That's such a good idea that we already did it :) You can either:

Note that none of the other backends I've yet found come close to the quality and speed of gpt-3.5-turbo, so make sure you also try that if you want the best results, and if you're trying to judge Smart Components as a whole.

ricardok1 commented 3 months ago

Great work! Smart components are in one side and the AI inputs are another ;-)