mayq97
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...
 i remove the code for open ai

# 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",...