Commit 950a0a9
committed
[picooraclaw] setup-oracle: docker-health fallback + refreshed ONNX URL; identity: don't hardcode model
The 'DATABASE IS READY TO USE' log marker only appears on first boot of
gvenzl/oracle-free, so re-running setup-oracle.sh on an already-initialized
container timed out after 180s even though the DB was healthy. Added a
fallback to docker's own healthcheck status.
The ONNX zip moved from the OML-Resources bucket to OML-ai-models with
a new pre-authenticated URL. Made the URL overridable via $ONNX_URL.
IDENTITY.md: stop hardcoding 'Default to Ollama (qwen3:latest)' in the
agent's self-description. The actual model lives in config.json; the
system prompt should defer to that instead of forcing the LLM to lie
about its provider when the operator has configured something else (e.g.
xai.grok-4 via OCI GenAI).1 parent cf5f176 commit 950a0a9
2 files changed
Lines changed: 12 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
56 | 63 | | |
57 | 64 | | |
58 | 65 | | |
| |||
114 | 121 | | |
115 | 122 | | |
116 | 123 | | |
117 | | - | |
| 124 | + | |
118 | 125 | | |
119 | 126 | | |
120 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
0 commit comments