Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I write a bat file to quickly open PandoraAI and api by BingGPT #274

Closed
Sissidark opened this issue Apr 4, 2023 · 3 comments
Closed

I write a bat file to quickly open PandoraAI and api by BingGPT #274

Sissidark opened this issue Apr 4, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@Sissidark
Copy link

Sissidark commented Apr 4, 2023

@echo OFF
rem Run the npm command in your api directory
start cmd.exe /k "cd /d X:\Your api floder location\@waylaidwanderer\chatgpt-api && npm run server"

rem wait 2s,This command is not required
timeout /t 2 /nobreak >nul

rem Run the npm command in your PandoraAI directory
start cmd.exe /k "cd /d X:\Your PandoraAI floder location\PandoraAI && npm run dev"

rem open your browser link to your API_BASE_URL
start http://localhost:XXXX/

@Sissidark Sissidark added the enhancement New feature or request label Apr 4, 2023
@waylaidwanderer
Copy link
Owner

Thanks, this could come in useful. However, it is a duplicate issue of waylaidwanderer/PandoraAI#52, so I'll close this one.

@lover-shadow
Copy link

这段命令看起来像AI自动生成的 。
bing ai 就是这么告诉我的 ^^Y

@Sissidark
Copy link
Author

这段命令看起来像AI自动生成的 。 bing ai 就是这么告诉我的 ^^Y

是的,我也说了是通过bing🤣

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants