Skip to content

Commit da5bd26

Browse files
Update README.md and add .gitattributes
1 parent fd874ec commit da5bd26

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.h linguist-language=C++

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ FreeOllama(response);
3131
```
3232
3333
> [!NOTE]
34-
> The base logic for communicating with Ollama is written in C#, taking into account the needs of a C++ interface.
35-
> The C++ part acts as a native bridge.
36-
> If you ever want to modify the internals — either on the C# or C++ side — you'll only need basic knowledge of both.
37-
> In total, the entire library is just around 120 lines of code across both languages.
34+
> The base logic for communicating with Ollama is written in C#, taking into account the needs of a C++ interface. The C++ part acts as a native bridge. If you ever want to modify the internals — either on the C# or C++ side — you'll only need basic knowledge of both. In total, the entire library is just around 120 lines of code across both languages.
3835
3936
It works with any model downloaded via the [Ollama CLI](https://ollama.com/library).
4037

0 commit comments

Comments
 (0)