mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-09 13:00:56 +00:00
fix: coder prompt & model test text (#583)
* test text fix * Require LLM to use print() instead of logging
This commit is contained in:
@@ -35,6 +35,7 @@ model_coder:
|
||||
{{ data_loader_code }}
|
||||
--------- Feature Engineering Code ---------
|
||||
{{ feature_code }}
|
||||
2. You should avoid using logging module to output information in your generated code, and instead use the print() function.
|
||||
|
||||
## Output Format
|
||||
{% if out_spec %}
|
||||
|
||||
Reference in New Issue
Block a user