Code Monkey home page Code Monkey logo

angular-gpt's Introduction

Angular-GPT

Angular-GPT is a minimal Angular application designed to interact with GPT-based models. This application provides a simple interface to configure API settings, select models, and interact with the GPT models through a chat interface.

Important

It is only a test application and is intended to demonstrate functionality; it is not meant for production use.

Table of Contents

Features

  • Simple and intuitive chat interface to interact with GPT models.
  • Configurable API settings for easy integration with different GPT-based models.
  • Model selector to switch between different available models.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

     git clone https://github.com/yourusername/Angular-GPT.git
     cd Angular-GPT
    
  2. Install the dependencies:

     npm install
    
  3. Run the application:

     ng serve
    

Navigate to `http://localhost:4200/\` in your web browser to see the application in action.

Usage

  1. Configure API Settings:

    • Navigate to the API Settings component and enter your API key and endpoint.
  2. Select Model:

    • Use the Model Selector component to choose the GPT model you want to interact with.
  3. Chat:

    • Use the Chat Box component to send messages and receive responses from the selected GPT model.

Project Structure

    Angular-GPT/
    │
    ├── .github/
    │   └── FUNDING.yml
    │
    ├── src/
    │   ├── app/
    │   │   ├── components/
    │   │   │   ├── api-settings/
    │   │   │   │   ├── api-settings.component.css
    │   │   │   │   ├── api-settings.component.html
    │   │   │   │   └── api-settings.component.ts
    │   │   │   ├── chat-box/
    │   │   │   │   ├── chat-box.component.css
    │   │   │   │   ├── chat-box.component.html
    │   │   │   │   └── chat-box.component.ts
    │   │   │   ├── model-selector/
    │   │   │   │   ├── model-selector.component.css
    │   │   │   │   ├── model-selector.component.html
    │   │   │   │   └── model-selector.component.ts
    │   │   ├── services/
    │   │   │   ├── api.service.ts
    │   │   │   └── chat.service.ts
    │   │   ├── app.component.css
    │   │   ├── app.component.html
    │   │   ├── app.component.ts
    │   │   └── app.module.ts
    │   └── assets/
    │
    ├── README.md
    ├── package.json

License

This project is licensed under the MIT License. See the LICENSE file for details.

angular-gpt's People

Contributors

volkansah avatar

Stargazers

chebupelka avatar Acon avatar BadTin avatar Luigi avatar  avatar Emerald Acoustics avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.