fix: out of tokens because of version logs

This commit is contained in:
Florian Hönicke
2023-04-18 11:23:35 +02:00
parent 88642564b7
commit 56d79b026e
3 changed files with 8 additions and 0 deletions

View File

@@ -100,6 +100,13 @@ jc delete <microservice id>
<img src="res/teaser.png" alt="QR Code Generator" width="600" />
### Chemical Formula Visualization
```bash
generate --description "Convert a chemical formula into a 2D chemical structure diagram" --test "C=C, CN=C=O, CCC(=O)O" --path microservice
```
<img src="res/chemical_formula_example.png" alt="Chemical Formula Visualization" width="600" />
### Animal Detector
```bash

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

View File

@@ -79,6 +79,7 @@ def requirements_file_task():
"Write the content of the requirements.txt file. "
"Make sure to include pytest. "
"Make sure that jina==3.14.1. "
"Make sure that docarray==0.21.0. "
"All versions are fixed using ~=, ==, <, >, <=, >=. The package versions should not have conflicts. ",
REQUIREMENTS_FILE_TAG,
REQUIREMENTS_FILE_NAME