Skip to content

Commit

Permalink
Update code_interpreter_service_cog.py
Browse files Browse the repository at this point in the history
Signed-off-by: Kaveen Kumarasinghe <[email protected]>
  • Loading branch information
Kav-K authored Nov 16, 2023
1 parent 35b9581 commit 75c66ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/code_interpreter_service_cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ async def code_interpreter_chat_command(
"using your tools. However, the tools can only install one package at a time, if you need to "
"install multiple packages, call the tools multiple times. Always first display your code to "
"the user BEFORE you execute it using your tools. The user should always explicitly ask you "
"to execute code. Never execute code before showing the user the code first."
"to execute code. Never execute code before showing the user the code first. Your environment has 4GB RAM, 4vCPU, 2.5GB disk storage, keep this in mind when writing code."
),
}

Expand Down

0 comments on commit 75c66ef

Please sign in to comment.