Skip to content

ferdianfariza/finetuned-functiongemma-inventel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

title Inventel AI Service
emoji 🤖
colorFrom blue
colorTo green
sdk docker
pinned false

Inventel AI Service

FastAPI service untuk FunctionGemma bot inventory gudang.

Endpoint

POST /predict

Terima pesan user, return function call yang sesuai.

Request:

{
  "message": "laptop ada berapa yang tersedia?",
  "userId": "U001"
}

Response (function call):

{
  "type": "function_call",
  "calls": [
    {
      "name": "getItemStock",
      "arguments": { "keyword": "laptop" }
    }
  ]
}

Response (teks biasa):

{
  "type": "text",
  "text": "Halo! Ada yang bisa saya bantu?"
}

GET /health

Health check endpoint.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors