hf-llm-bill-chat / diag.plantUML
georgeek's picture
.
342b439
raw
history blame contribute delete
307 Bytes
@startuml
package "hf-llm-bill-chat/" {
[app.py]
package "pages/" {
[One_model.py]
[Two_models.py]
}
package "data/" {
package "user_data/" {
[user_data_724077190.json]
}
}
package "logs/" {
[conversation_logs.json]
}
}
@enduml