changing to use openrouter
This commit is contained in:
@@ -6,8 +6,7 @@ import (
|
||||
|
||||
// Service defines the interface for connecting to LLMs
|
||||
type Service interface {
|
||||
SendOpenAIRequest(systemPrompt string, userPrompt string, model string) (string, error)
|
||||
SendGeminiRequest(systemPrompt string, userPrompt string, model string) (string, error)
|
||||
Send(systemPrompt string, userPrompt string) (string, error)
|
||||
}
|
||||
|
||||
type llmService struct{}
|
||||
|
||||
Reference in New Issue
Block a user