Skip to content

Readme.md: http_proxy -> llama_proxy #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Deploy llama3.2 on Oyster using the ollama framework and interact with it in a v

2. Update the following docker images according to your system's architecture in the `docker-compose.yml`
```sh
# http proxy service
http_proxy:
# llama http proxy service
llama_proxy:
image: kalpita888/ollama_arm64:0.0.1 # For arm64 system use kalpita888/ollama_arm64:0.0.1 and for amd64 system use kalpita888/ollama_amd64:0.0.1
```

Expand Down