fix: Include exercises.json in Docker context for backend
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const express = require('express');
|
||||
|
||||
const exercisesData = require('../../../agents/coach/exercises.json');
|
||||
const exercisesData = require('../data/exercises.json');
|
||||
|
||||
const OLLAMA_URL = process.env.OLLAMA_URL || 'http://localhost:11434';
|
||||
const OLLAMA_MODEL = process.env.OLLAMA_MODEL || 'deepseek-v3.2:cloud';
|
||||
|
||||
Reference in New Issue
Block a user