You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graph LR
subgraph AI[API]
subgraph Text
chatgpt
~~~gemini
~~~claude
end
subgraph Reference
Wikipedia
end
subgraph Translate
DeepL
end
subgraph Image
dall-e
~~~StableDiffusion
end
end
Batch(Laravel Console)
DB[(MariaDB)]
subgraph Web
Front(Vue.js) --> API(Laravel API)
end
Batch <--> AI
Batch --> DB
API --> DB