Skip to content

Commit df5fdd6

Browse files
committed
proto -> ollama
1 parent e054375 commit df5fdd6

File tree

5 files changed

+28
-7
lines changed

5 files changed

+28
-7
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) Ollama
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# proto
1+
# ollama
22

33
🙊
44

@@ -13,7 +13,7 @@ pip install -r requirements.txt
1313
Put your model in `models/` and run:
1414

1515
```
16-
python3 proto.py serve
16+
python3 ollama.py serve
1717
```
1818

1919
To run the app:

build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
llama_cpp_dir = os.path.join(site_packages_dir, "llama_cpp")
88

99
args = [
10-
"proto.py",
10+
"ollama.py",
1111
"--paths",
1212
site_packages_dir,
1313
"--add-data",

desktop/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "client",
3-
"productName": "client",
4-
"version": "1.0.0",
5-
"description": "Proto",
2+
"name": "olama",
3+
"productName": "ollama",
4+
"version": "0.0.1",
5+
"description": "Ollama",
66
"main": ".webpack/main",
77
"scripts": {
88
"start": "electron-forge start",

proto.py ollama.py

File renamed without changes.

0 commit comments

Comments
 (0)