Revert "Add the module name after the path to the repo and simply name it ersteller"
This reverts commit a1b93c0eba.
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@ import (
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller"
|
||||
"git.gorlug.de/code/golang/ersteller-lib"
|
||||
"io"
|
||||
"net/http"
|
||||
)
|
||||
@@ -151,7 +151,7 @@ type MistralClient interface {
|
||||
type MistralClientMock struct{}
|
||||
|
||||
func (m MistralClientMock) CreateChatCompletion(req *ChatCompletionRequest) (*ChatCompletionResponse, error) {
|
||||
ersteller.Debug("mocking the mistral client")
|
||||
ersteller_lib.Debug("mocking the mistral client")
|
||||
response := ChatCompletionResponse{
|
||||
Choices: []ChatCompletionChoice{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user