repath500 / faster

Blazing Fast Chat UI in Angular Powered by juno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Faster.chat - Open Source Chat UI πŸš€πŸ“

Tired of waiting on slow chat completions? Faster.chat is an open-source, blazingly fast chat UI powered by Groq and Llama 3.

demo.mp4

🌟 Features

  • πŸƒβ€β™‚οΈ Lightning-fast response times
  • πŸ”§ Easy setup and configuration
  • 🌐 Powered by Groq & Llama 3

πŸ› οΈ Installation

  1. Clone the repository:

    git clone https://github.com/lucasastorian/faster
    cd faster
    
  2. Copy the example environment file:

    cp src/environments/environment.example.ts src/environments/environment.ts
    
  3. Add your Groq API key to src/environments/environment.ts.

  4. Install the required dependencies:

    npm install
    
  5. Serve the application:

    ng serve -o
    

    The application will be available at http://localhost:4200.

🀝 Contributing

We welcome contributions from the community! If you'd like to contribute to faster.chat, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with descriptive messages.
  4. Push your changes to your forked repository.
  5. Submit a pull request to the main repository.

Please ensure that your code adheres to our coding standards and includes appropriate tests.

πŸ“„ License

faster.chat is released under the Apache 2.0 License.

πŸ’‘ Acknowledgements

  • Groq for providing the high-performance cloud infrastructure.
  • Meta AI for developing the Llama 3 language model.
  • Angular for the powerful web development framework.

πŸ“§ Contact

If you have any questions, suggestions, or feedback, please feel free to reach out to us at lucasastorian@gmail.com.

Happy chatting! 😊

About

Blazing Fast Chat UI in Angular Powered by juno

License:Apache License 2.0


Languages

Language:TypeScript 58.6%Language:HTML 39.8%Language:JavaScript 1.5%Language:CSS 0.1%