Skip to content

Commit

Permalink
doc: bash script to run code
Browse files Browse the repository at this point in the history
  • Loading branch information
horberlan committed Nov 15, 2024
1 parent 1af128a commit f68f651
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
__pycache__
ollama
ollama

poetry.lock
3 changes: 3 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```bash
poetry install
poetry update

uvicorn app:app --reload
```

0 comments on commit f68f651

Please sign in to comment.