moving to openrouter
All checks were successful
Mindforge API Build and Deploy / Build Mindforge API Image (push) Successful in 3m39s
Mindforge Cronjob Build and Deploy / Build Mindforge Cronjob Image (push) Successful in 3m49s
Mindforge API Build and Deploy / Deploy Mindforge API (internal) (push) Successful in 38s
Mindforge Cronjob Build and Deploy / Deploy Mindforge Cronjob (internal) (push) Successful in 30s

This commit is contained in:
2026-04-04 21:09:18 -03:00
parent d0543544f8
commit b9736293d3
11 changed files with 58 additions and 342 deletions

View File

@@ -4,7 +4,6 @@ namespace Mindforge.API.Providers
{
public interface ILlmApiProvider
{
Task<string> SendRequestAsync(string systemPrompt, string userPrompt, string model);
Task<string> SendRequestBatchAsync(string systemPrompt, string userPrompt, string model);
Task<string> SendRequestAsync(string systemPrompt, string userPrompt);
}
}