mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-10 01:10:35 +00:00
21 lines
337 B
Plaintext
21 lines
337 B
Plaintext
|
--config
|
||
|
exclude-funcs-with-body
|
||
|
--with-access-specifier
|
||
|
*=Public
|
||
|
--include-directory
|
||
|
..\..\..\gpt4all-backend\
|
||
|
--file
|
||
|
..\..\..\gpt4all-backend\llmodel_c.h
|
||
|
--libraryPath
|
||
|
libllmodel
|
||
|
--remap
|
||
|
sbyte*=IntPtr
|
||
|
void*=IntPtr
|
||
|
--namespace
|
||
|
Gpt4All.Bindings
|
||
|
--methodClassName
|
||
|
NativeMethods
|
||
|
--output
|
||
|
.\Bindings\NativeMethods.cs
|
||
|
--output-mode
|
||
|
CSharp
|