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

Add remix example #1274

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Add remix example #1274

wants to merge 7 commits into from

Commits on May 28, 2024

  1. add remix example

    nicnocquee authored and laiso committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0a40500 View commit details
    Browse the repository at this point in the history
  2. update docs

    nicnocquee authored and laiso committed May 28, 2024
    Configuration menu
    Copy the full SHA
    00c2fc7 View commit details
    Browse the repository at this point in the history
  3. fix docs

    nicnocquee authored and laiso committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4f4e30a View commit details
    Browse the repository at this point in the history
  4. prettier fix

    nicnocquee authored and laiso committed May 28, 2024
    Configuration menu
    Copy the full SHA
    966af31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20db243 View commit details
    Browse the repository at this point in the history
  6. feat(.gitignore): add .gitignore to remix-openai example to ignore no…

    …de_modules, cache, build, and .env files
    laiso committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ae6b8e0 View commit details
    Browse the repository at this point in the history
  7. doc(remix-openai-example): update dependencies to latest versions for…

    … improved features and bug fixes
    
    - Update Remix related packages to ^2.8.1 and @vercel/remix to ^2.8.1-patch.2 for enhanced stability and new features.
    - Upgrade AI and openai packages to ^3.0.16 and 4.29.2 respectively, ensuring compatibility with the latest AI models and APIs.
    - Update isbot to ^4.1.0 for better bot detection capabilities.
    - Ensure React is at its latest by moving to ^18.2.0, aligning with the latest React ecosystem improvements.
    - Upgrade development dependencies including TypeScript to ^5.1.6, eslint to ^8.38.0, and tailwindcss to ^3.4.3 for improved development experience and adherence to the latest standards.
    laiso committed May 28, 2024
    Configuration menu
    Copy the full SHA
    44d2ea2 View commit details
    Browse the repository at this point in the history