Results 40 comments of Wong Saang

https://wongsaang.github.io/chatgpt-ui/guide/configuration.html#client-configuration This issue is likely caused by missing environment variables. Please create a .env file in the project root directory, and then add the environment variables as mentioned in the...

You can also define system-level environment variables so that Node can read them. Alternatively, you can prefix your command with an environment variable, for example: `MY_ENV_VAR=example_value node your_script.js`

> > You can also define system-level environment variables so that Node can read them. Alternatively, you can prefix your command with an environment variable, for example: > > `MY_ENV_VAR=example_value...

@xesrc Thank you! I wonder if the issue still exists in the latest version if the above code is not added. Under what circumstances does it occur?

[image: image.png] ‪On Wed, Sep 6, 2023 at 9:41 PM ‫elnaz rahimi dostan - الناز رحیمی دوستان‬‎ ***@***.***> wrote:‬ > Hi, I have forked your project and I am going...

![image](https://github.com/WongSaang/chatgpt-ui/assets/46235412/3fff5e69-b00a-49a3-b296-61f286377283)

Hello, Thanks for the feedback, I will fix it as soon as possible.

抱歉我不太理解,可以提供更多描述或截图吗?

> Would also be nice to show token cost/used by each user. Hello, user token usage statistics have been added to the admin panel.

Hello, Thanks for the feedback! In the latest version, the admin panel has an option to control whether to enable the API Key configuration function on the front-end. You can...