CNSeniorious000 / free-chat

An elegant LLM chat UI forked from chatgpt-demo of @anse-app. Index site at https://free-chat.asia
https://endless-chat.vercel.app
MIT License
178 stars 51 forks source link

Update .env.example and README.md with new env variables (✓ Sandbox Passed) #23

Open sweep-ai[bot] opened 11 months ago

sweep-ai[bot] commented 11 months ago

Description

This pull request updates the .env.example and README.md files with new environment variables for the project.

Summary

Fixes #21.


🎉 Latest improvements to Sweep:


💡 To get Sweep to edit this pull request, you can:

sweep-ai[bot] commented 11 months ago

Sandbox Executions

Ran GitHub Actions for c86c8b35f9da0d556bfab3658f49e50b400c7051:
• Vercel Preview Comments:

Ran GitHub Actions for 892358b8ef9a20bf5c93ccebab060516830ac4a3:
• Vercel Preview Comments:

Ran GitHub Actions for 3ee2206f813410e0a7e76e035d57b3102c9eba53:
• Vercel Preview Comments:

sweep-ai[bot] commented 11 months ago

Apply Sweep Rules to your PR?

netlify[bot] commented 11 months ago

Deploy Preview for chat-for-free failed.

Name Link
Latest commit 0183cdae4e4c37765bf44c4fb90311c42a9dc5df
Latest deploy log https://app.netlify.com/sites/chat-for-free/deploys/6580a676cc02fc0008d7abe1
vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
44444444444 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 23, 2023 2:10pm
emphasize ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 23, 2023 2:10pm
endless-chat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 23, 2023 2:10pm
free-chat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 23, 2023 2:10pm
free-chat-personal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 23, 2023 2:10pm
netlify[bot] commented 11 months ago

Deploy Preview for endless-chat failed.

Name Link
Latest commit 0183cdae4e4c37765bf44c4fb90311c42a9dc5df
Latest deploy log https://app.netlify.com/sites/endless-chat/deploys/6580a6768f0c1d000824fb7d
pr-explainer-bot[bot] commented 11 months ago

Pull Request Report

Hey there! I've created a report for the pull request based on the commit history. Let's dive in!

Changes

  1. Updated .env.example:

    • OPENAI_API_KEY is now set to your_openai_api_key_here.
    • HTTPS_PROXY is now set to http://your-proxy:port.
    • OPENAI_API_BASE_URL is now set to https://api.openai.com.
    • HEAD_SCRIPTS is now set to <your_script_here>.
    • SECRET_KEY is now set to your_secret_key_here.
    • SITE_PASSWORD is now set to your_site_password_here.
    • OPENAI_API_MODEL is now set to text-davinci-003.
    • OPENAI_API_TEMPERATURE is now set to 0.5.
    • TUTORIAL_MD_URL is now set to https://your_tutorial_url.md.
    • PUBLIC_IFRAME_URL is now set to https://your_ad_iframe_url.
    • UNDICI_UA is now set to Your User Agent.
    • PUBLIC_RIGHT_ALIGN_MY_MSG is now set to false.
  2. Updated README.md:

    • OPENAI_API_KEY is now set to your_openai_api_key_here.
    • OPENAI_API_TEMPERATURE is now set to 1.0.
    • HTTPS_PROXY is now set to http://your-proxy:port.
    • OPENAI_API_BASE_URL is now set to https://api.openai.com.
    • HEAD_SCRIPTS is now set to null.
    • PUBLIC_SECRET_KEY is now set to your_secret_key_here.
    • SITE_PASSWORD is now set to your_site_password_here.
    • OPENAI_API_MODEL is now set to text-davinci-003.
    • TUTORIAL_MD_URL is now set to https://your_tutorial_url.md.
    • PUBLIC_IFRAME_URL is now set to https://your_ad_iframe_url.
    • UNDICI_UA is now set to Your User Agent.
    • PUBLIC_RIGHT_ALIGN_MY_MSG is now set to null.
  3. Updated src/env.d.ts:

    • Added OPENAI_API_TEMPERATURE with type string.
    • Added TUTORIAL_MD_URL with type string.
    • Added PUBLIC_IFRAME_URL with type string.
    • Added UNDICI_UA with type string.

Suggestions

No suggestions for improvement were found.

Bugs

No potential bugs were found.

Improvements

No improvements were found.

Rating

I would rate the code a 7 out of 10 based on the following criteria:

That's it for the pull request report! Let me know if you need any further assistance. Have a great day! 😄