Spaces:
Sleeping
Sleeping
# Update this file with your Zeno configuration. The port and host are the default for Hugging Face Spaces. | |
view = "chatbot" | |
metadata = "chatbot.csv" | |
data_column = "Question" | |
label_column = "Label" | |
output_column = "output_column" | |
id_column = "id_column" | |
functions = "zeno_ml.py" | |
models = ["text-davinci-002"] | |
port = 7860 | |
host = "0.0.0.0" |