mayq97

Results 7 comments of mayq97

同求数据集,万分感谢,邮箱:[email protected]

Thank you very much

pynecone-io 0.1.10 node v19.3.0 the code is https://github.com/pynecone-io/pynecone-examples/tree/main/gpt

pc run --env prod ───────────────────────────────────────────────────────────────────────────────────── Starting Pynecone App ───────────────────────────────────────────────────────────────────────────────────── Skipping compilation in non-dev mode. ───────────────────────────────────────────────────────────────────────────────── Installing frontend packages ────────────────────────────────────────────────────────────────────────────────── bun install v0.3.0 (a13e64c2) $ next build && next export -o...

![图片](https://user-images.githubusercontent.com/43285525/208349432-cab80bac-cb39-45f8-b4f2-9b1e16768676.png) i remove the code for open ai

![图片](https://user-images.githubusercontent.com/43285525/208373452-4f8f0ee1-cf2b-49bc-a9cc-799320880776.png)

# RUN_BACKEND_PROD 中的端口需要和api 中的端口保持一致 import pynecone as pc from pynecone import constants constants.RUN_BACKEND_PROD = f"gunicorn --worker-class uvicorn.workers.UvicornH11Worker --bind 0.0.0.0:8056 --preload --timeout {constants.TIMEOUT} --log-level debug".split() config = pc.Config( app_name="demo", bun_path="$HOME/.bun/bin/bun", api_url="http://127.0.0.1:8056",...