Skip to content

Commit da0489d

Browse files
authored
Merge pull request #4 from run-llama/clelia/renaming
Renaming to NotebookLlama
2 parents 3d54bb4 + e892052 commit da0489d

21 files changed

+75
-71
lines changed

.github/workflows/type_checking.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919

2020
- name: Run Mypy
2121
working-directory: src
22-
run: uv run -- mypy notebooklm_clone
22+
run: uv run -- mypy notebookllama

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repos:
4444
--ignore-missing-imports,
4545
--python-version=3.9,
4646
]
47-
entry: bash -c "export MYPYPATH=src/emoji_searcher_app"
47+
entry: bash -c "export MYPYPATH=src/notebookllama"
4848

4949
- repo: https://github.com/psf/black-pre-commit-mirror
5050
rev: 23.10.1

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project is aimed at producing a fully open-source, [**LlamaCloud**](https//
99
Get the GitHub repository:
1010

1111
```bash
12-
git clone https://github.com/run-llama/notebooklm-clone
12+
git clone https://github.com/run-llama/notebookllama
1313
```
1414

1515
Install dependencies:
@@ -49,13 +49,13 @@ docker compose up -d
4949
Run the **MCP** server:
5050

5151
```bash
52-
uv run src/notebooklm_clone/server.py
52+
uv run src/notebookllama/server.py
5353
```
5454

5555
Now, launch the Streamlit app:
5656

5757
```bash
58-
streamlit run src/notebooklm_clone/Home.py
58+
streamlit run src/notebookllama/Home.py
5959
```
6060

6161
> [!IMPORTANT]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
2-
name = "notebooklm-clone"
3-
version = "0.2.0"
2+
name = "notebookllama"
3+
version = "0.2.0.post1"
44
description = "An OSS and LlamaCloud-backed alternative to NotebookLM"
55
readme = "README.md"
66
requires-python = ">=3.13"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)