smartSenseSolutions / llm-testing-application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

To run the LLM Testing Application, follow these steps:

  • Make sure you have Node.js version 18.12.0 installed.

  • Clone the Repository:

bash git clone https://github.com/smartSenseSolutions/llm-testing-application.git

  • Navigate to the project's working directory:

bash cd llm-testing-application/

  • Install the required dependencies:

bash yarn

  • Start the development server:

bash yarn start

  • Open your web browser and go to:

bash http://localhost:3000

To Update Base URL in Environment File, follow these steps

  • Go to environment file at:

bash .env.locals

  • locate the VITE_BASE_API variable and update its value with your specific base URL.

About


Languages

Language:TypeScript 95.3%Language:SCSS 3.4%Language:Dockerfile 0.6%Language:HTML 0.3%Language:MDX 0.2%Language:JavaScript 0.0%Language:Shell 0.0%