We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b5b8d commit 21f6424Copy full SHA for 21f6424
2 files changed
bases/rsptx/web2py_server/applications/runestone/controllers/peer.py
@@ -1088,4 +1088,4 @@ def _call_openai(messages):
1088
logger.warning(f"PEER LLM CALL | provider=openai-course-token | model={model}")
1089
resp.raise_for_status()
1090
data = resp.json()
1091
- return data["choices"][0]["message"]["content"].strip()
+ return data["choices"][0]["message"]["content"].strip()
docker-compose.yml
@@ -183,6 +183,7 @@ services:
183
- DBURL=${DC_DBURL:-$DBURL}?ssl=disable
184
- LOAD_BALANCER_HOST=${LOAD_BALANCER_HOST}
185
- JWT_SECRET=${JWT_SECRET}
186
+ - FERNET_SECRET=${FERNET_SECRET}
187
- WEB2PY_PRIVATE_KEY=${WEB2PY_PRIVATE_KEY}
188
- ACADEMY_MODE=True
189
- USE_MASTER_AUTHOR=${USE_MASTER_AUTHOR:-False}
0 commit comments