Spaces:
Running
Running
File size: 523 Bytes
97127b4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
general:
use_uvloop: true
logging:
console:
_type: console
level: WARN
front_end:
_type: fastapi
front_end:
_type: console
llms:
nim_llm:
_type: nim
model_name : meta/llama-3.1-405b-instruct
temperature: 0.0
workflow:
_type: pandas_expression_generator
llm: nim_llm
csv_file: "/app/_data/retail_customer/Retail_Customer_Cluster_Data.xlsx"
csv_metafile: "/app/_data/retail_customer/meta.md"
description: "Use this tool to get data related to Customer Retails."
|