add CodeInterpreter

This commit is contained in:
lloydzhou
2024-09-06 14:11:01 +08:00
parent 5ab0a70330
commit 5764f930a0
4 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# CodeInterpreter
> Run a given Python program and return the output.
## github
https://github.com/leezhuuuuu/Code-Interpreter-Api
## Schema
[openapi.json](./openapi.json)
## Servers
`https://code.leez.tech`
## Operations
1. CodeInterpreter
## Authentication
type: none
## Preview
![Preview](./preview.png)