Skip to content

shemb870-dotcom/-

Repository files navigation

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/4777775e-6187-4f68-84a6-158a69f08512

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Configure AI model access:
    • Set MODEL_SERVER_URL in .env to your self-hosted model gateway, for example http://127.0.0.1:8000
    • Set MODEL_NAME to the model name exposed by your local server, such as gpt-4o-mini or your own self-hosted model name.
    • If your local model gateway requires a key, set MODEL_SERVER_API_KEY as well.
    • Set VIDEO_MODEL_URL to your real video generation endpoint.
    • If the video service requires a key, set VIDEO_MODEL_API_KEY too.
  3. Start the model proxy server: npm run api
  4. Run the app: npm run dev

If the local model server is unavailable, the app will fall back to the built-in question bank so the interface still remains usable.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors