mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-24 09:04:19 +01:00
fix: out of tokens because of version logs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
BIN
res/chemical_formula_example.png
Normal file
BIN
res/chemical_formula_example.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 110 KiB |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user