Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ling0322 committed Nov 20, 2024
1 parent 1e74dbb commit 6bebc15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions go/llm/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ package llm

// #include <stdlib.h>
// #include "llm.h"
// const int cLLM_ERROR_EOF = LLM_ERROR_EOF;
import "C"
import (
"errors"
Expand All @@ -32,7 +31,7 @@ import (
"unsafe"
)

const LLM_ERROR_EOF = C.cLLM_ERROR_EOF
const LLM_ERROR_EOF = 0x0103

var gInit atomic.Bool
var gDll unsafe.Pointer
Expand Down

0 comments on commit 6bebc15

Please sign in to comment.