Rename module to new repository root

This commit is contained in:
Achim Rohn
2025-11-15 12:04:39 +01:00
parent 7d213824cf
commit 18d05566e2
85 changed files with 251 additions and 251 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ package llm
import (
"bytes"
"encoding/json"
"ersteller-lib"
"fmt"
"git.gorlug.de/code/ersteller"
"io"
"net/http"
)
@@ -151,7 +151,7 @@ type MistralClient interface {
type MistralClientMock struct{}
func (m MistralClientMock) CreateChatCompletion(req *ChatCompletionRequest) (*ChatCompletionResponse, error) {
ersteller_lib.Debug("mocking the mistral client")
ersteller.Debug("mocking the mistral client")
response := ChatCompletionResponse{
Choices: []ChatCompletionChoice{
{