Rename module to new repository root
This commit is contained in:
+2
-2
@@ -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{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user