Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Mika-IO/auxiliai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auxiliai

New repo -> https://github.com/Mika-IO/auxiliai-core A GPT tool to analize pdf documents

TODO

  • Add new template to chat page
  • Scrollbar in messages div
  • Add chat
  • Navegate between chats
  • API integration

API TODO

Endpoits

  • POST -> PDF file

  • POST -> Chat

  • POST -> Message

  • GET -> Token

  • GET -> Chats

  • GET -> Messages

Models

MESSAGE

{
  "id": "d2e3293c-2bfc-4fc7-bf12-49f07c877b22",
  "content": "Olá, como você está?",
  "timestamp": "2023-07-05T10:30:00Z",
  "sender": "John"
}

CHAT

{
  "id": "76d2e3293c-2bfc-4fc7-bf12-49f07c877b997",
  "name": "Chat de Exemplo",
  "participants": ["Auxiliai", "John"],
  "messages": [
    {
      "id": "d2e3293c-2bfc-4fc7-bf12-49f07c877b44",
      "content": "Olá, como você está?",
      "timestamp": "2023-07-05T10:30:00Z",
      "sender": "Auxiliai"
    },
    {
      "id": "d2e3293c-2bfc-4fc7-bf12-49f07c877b33",
      "content": "Estou bem, obrigado!",
      "timestamp": "2023-07-05T10:32:00Z",
      "sender": "John"
    },
    {
      "id": "d2e3293c-2bfc-4fc7-bf12-49f07c877b89",
      "content": "E você?",
      "timestamp": "2023-07-05T10:34:00Z",
      "sender": "John"
    }
  ]
}

ACCOUNT

{
  "id": "e6e3293c-2bfc-4fc7-bf12-49f07c877b33",
  "email": "[email protected]",
  "password_hash": "hashed_password",
  "role": "admin",
  "clients": [
    {
      "id": "e6e3293c-2bfc-4fc7-bf12-49f07c877b22",
      "email": "[email protected]",
      "password_hash": "hashed_password",
      "role": "client"
    },
    {
      "id": "e6e3293c-2bfc-4fc7-bf12-49f07c877b99",
      "email": "[email protected]",
      "password_hash": "hashed_password",
      "role": "client"
    }
  ]
}

About

A GPT tool to analize pdf documents. New repo https://github.com/Mika-IO/auxiliai-core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published