Timothy McCallum

Results 54 comments of Timothy McCallum

Here is how to replicate it. ```bash git clone https://github.com/openchatai/OpenCopilot.git cd OpenCopilot ``` Config: ```bash vi llm-server/.env ``` Paste in the following (note the `sk-your-api-key`): ``` # For local development...

Hi @mr-sk @JuergenCornely I managed to get this working but probably won't explain it very well ...here goes: - Do a fresh `git pull` - Then open the `llm-server/.env` and...

Thanks @codebanesr I wonder if you can help me understand this related error: ```bash $ docker compose up -d --build --no-deps worker WARN[0000] The "TARGET" variable is not set. Defaulting...