ollama source for Momentry Core verification
This commit is contained in:
6
readline/readline_windows.go
Normal file
6
readline/readline_windows.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package readline
|
||||
|
||||
func handleCharCtrlZ(fd uintptr, state any) (string, error) {
|
||||
// not supported
|
||||
return "", nil
|
||||
}
|
||||
Reference in New Issue
Block a user