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
Unit Runtime 是一个 ChatGPT 等 AI 代码的运行环境,可一键启动并实时交互,帮助您快速构建和测试 AI 代码。Unit Runtime is an efficient and user-friendly AI code execution environment that allows for one-click startup and real-time interaction, helping you quickly build and test AI code.
Unit Runtime is an efficient and user-friendly AI code execution environment that allows for one-click startup and real-time interaction, helping you quickly build and test AI code.
Workflow:
sequenceDiagram
participant Human
participant LLM/ChatGPT
participant Unit Runtime
participant Language REPL
Human->>+LLM/ChatGPT: Provide prompt for generated code
LLM/ChatGPT->>+Unit Runtime: Provide code snippets/units
Unit Runtime->>+Language REPL: Compile and return
Language REPL-->>-Unit Runtime: Output result
Unit Runtime-->>-LLM/ChatGPT: Display processing result
LLM/ChatGPT-->>-Human: Verify/modify code
This code is distributed under the MIT license. See LICENSE in this directory.
About
Unit Runtime 是一个 ChatGPT 等 AI 代码的运行环境,可一键启动并实时交互,帮助您快速构建和测试 AI 代码。Unit Runtime is an efficient and user-friendly AI code execution environment that allows for one-click startup and real-time interaction, helping you quickly build and test AI code.