chore: add comment for general_function_schema.

This commit is contained in:
刘棒棒 2023-11-18 16:59:14 +08:00
parent b03326e6d8
commit aca50086c3

View file

@ -1,4 +1,5 @@
# function in tools, https://platform.openai.com/docs/api-reference/chat/create#chat-create-tools
# Reference: https://github.com/KillianLucas/open-interpreter/blob/v0.1.14/interpreter/llm/setup_openai_coding_llm.py
general_function_schema = {
"name": "execute",
"description": "Executes code on the user's machine, **in the users local environment**, and returns the output",