Skip to content

Commit

Permalink
Merge pull request #554 from robinmordasiewicz/dev99
Browse files Browse the repository at this point in the history
adding ks8
  • Loading branch information
robinmordasiewicz authored Aug 6, 2024
2 parents a3a773e + 62e154b commit 1a0f44b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"initializeCommand": "docker pull ghcr.io/robinmordasiewicz/devcontainer:latest",
"name": "devops-toolkit",
"containerEnv": {
"OLLAMA_HOST": "www.bankexample.com:443"
"OLLAMA_HOST": "www.bankexample.com:80",
"OCO_AI_PROVIDER": "ollama/codestral:latest",
"OCO_OLLAMA_API_URL": "http://www.bankexample.com:80/api/chat"
},
"runArgs": [
"--hostname=devops-toolkit"
Expand Down

0 comments on commit 1a0f44b

Please sign in to comment.