Skip to content

BoundlessStudio/ElectricRaspberry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electric Raspberry

Introducing Electric Raspberry: a robust and efficient C# minimal API backend, designed for high-performance web applications.


Table of Contents


Architecture

Orchestration

The process flow of a query orchestration system involving an a browser, server and ChatGPT.

flowchart TD
%%{init: { 'theme': 'neutral' } }%%
  A[User sends query] --> B[Server forwards request to ChatGPT]
  B --> C[ChatGPT responds with answer]
  C --> D{Finish Reason?}
  D --> E[Stop] --> F[Server sends answer to User]
  D --> G[Length]
  G --> H[Server sends message to continue]
  H --> B
  D --> I[Tool Calls]
  I --> J[Server executes tool call]
  J --> B
Loading

Chat History

The Chat history is updated via the following events.

timeline
%%{init: { 'theme': 'neutral' } }%%
  User sends query to Server: User query added
  Length: Partial answer added
  Tool Calls: Call Tools
  : Results added
  Stop: Answer added
Loading

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages