jina-ai / dev-gpt

Your Virtual Development Team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to deploy to jina cloud even though account has enough credits.

Sassun opened this issue · comments

commented

GPTDeploy successfully created a microservice, when I try to deploy it to the jina cloud I get an error message that states that I ran out of credits but I have still more than 1.3k credits in my jina account.

Flow ID: gptdeploy-e41ab756a8

image

Hi @Sassun thank you for raising this issue! We are currently looking into it.

@Sassun do you mind sharing the files from the last trial of GPT Deploy to simplify bugging?

commented

Sure, here is the zip of the generated files for the microservice:

ProductCompetitorSearchExecutor7290251.zip

Thank you! I just checked the files and it seems you used an old version which was more buggy than the current one.

The issue was that the debugging operations were stopped too early and the executor wasn't ready (GPT removed the test so everything looked fine when it wasn't). We are currently working on:

  • enhancing logging to be able to assist people better
  • simplify building the docker file (similar to described in here: #47) which will always keep the test

In the meantime I would suggest you install the latest version of gptdeploy with pip install -U --pre gptdeploy and start the generation again!