Enhance UI, add AI integration, improve logging and database stats
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Predictalytics.Application.Interfaces;
|
||||
|
||||
public interface IOpenRouterApiClient
|
||||
{
|
||||
Task<string> GenerateChatCompletionAsync(string prompt, bool useManualModel = false, CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user