Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Json: Error: Connection error. #35

Open
jovicon opened this issue Jun 21, 2024 · 3 comments
Open

Json: Error: Connection error. #35

jovicon opened this issue Jun 21, 2024 · 3 comments
Assignees

Comments

@jovicon
Copy link

jovicon commented Jun 21, 2024

Hi, I tried make runbook v0.0.10

and I had this problem:

Error: Connection error.

This is my docker file:

FROM node:20.13.1-alpine

# Docker Scout -- Vulnerability Scanning solved
RUN apk upgrade busybox 
RUN apk upgrade openssl 

WORKDIR /usr/src/app

COPY ["package.json", "./"]
COPY [".env.example", "./.env"]

RUN npm install

COPY . .

RUN npm run build

EXPOSE 3000

CMD node ./dist/src/main.js

and this is my extension config:

Captura de Pantalla 2024-06-21 a la(s) 18 27 54

@ColinMcNeil
Copy link
Collaborator

Hi, thanks for submitting this issue. At the moment, we only support the Ollama endpoint http://localhost:11434/v1 so if you have it running elsewhere this would cause the error.

@jovicon
Copy link
Author

jovicon commented Aug 29, 2024

Is it possible to take this as an issue with a Merge request and add a custom field to add the local endpoint?

@slimslenderslacks
Copy link
Contributor

@jovicon we've been migrating these runbook prompts to allow you to specify the url in the prompt. So you'll be able to specify the location of the OpenAI compatible endpoint when you run the prompt. It's a bit of a different flow than what we used previously but it will be more open to edits. I'll keep this issue open until we have a doc describing how you can try this.

@slimslenderslacks slimslenderslacks self-assigned this Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants