Skip to content

Commit

Permalink
Merge pull request #6534 from ryanlovett/a11y-proxy-ollama
Browse files Browse the repository at this point in the history
Proxy ollama on a11y.
  • Loading branch information
ryanlovett authored Dec 12, 2024
2 parents b053fec + 36581fe commit 9ce4b28
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deployments/a11y/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,12 @@ jupyterhub:
stringData: |
c.ServerProxy.servers = {
"ollama": {
"port": 11434
"command": ["ollama", "serve"],
"port": 11434,
# This is not a user-facing web application
"launcher_entry": {
"enabled": False
}
}
}
extraEnv:
Expand Down

0 comments on commit 9ce4b28

Please sign in to comment.