Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Chat logging.
#14
by
WhiteRhino77
- opened
For what purpose are chat messages being logged for in the newest update? I can understanding needing logs, but why every message? That seems sus bruh.
@WhiteRhino77 I believe you are referring to:
logging.info(f"[User] {message}")
logging.info(f"[System] {system_prompt} | Temp={temperature}")
I have just updated the code and removed those lines to avoid any further confusion. They print those information on terminal/console of Hugging Face server where gradio app is hosted. The entire client chat code is shared here for transparency and we welcome any feedback. Thank you for bringing this up and feel free to make a PR for any further improvement.
This space is actually awesome to me. I've really enjoyed experimenting with the new GPT-OSS. Much appreciation to you and all contributors for sharing this space. Thank you.