Replies: 1 comment
-
I'll answer my own question. I did not realize this was necessarily documentation and gave it little thought thinking it was marketing material. Then when I clicked "Documentation" in the Chat page, it took me to an information page about chat. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a document describing the architecture of LocalAI?
I'm trying work on buggy behavior (division by zero) with the Piper server that instantly crashes and I'm having to navigate through the code to understand how the system is designed. For instance, I want to find the location which constructs the presumably JSON sent to the devoted Piper instance for a TTS session. My server of choice is Apache which I have been using for over 20 years, so it is difficult to search through the code tree to find where prompts are processed and sent to the Piper server, again, presumably in JSON format. Even just having high level blocks indicating the server, Flask?, the components would be helpful and my search for such an architectural overview turns up nothing.
Beta Was this translation helpful? Give feedback.
All reactions