EVAL/.env.example
ChungHwan Han 1fdf63741f
Feature/terminal strace (#10)
* feat: exp

* feat: watch syscall

* feat: terminal tool with syscall tracer

* refactor: move editor into tools

* fix: errors

* refactor: syscall and terminal

* fix: USE_GPU option

* fix: hard code playground dir

* fix: toolsets

* fix: terminal cwd playground

* feat: wait syscall with timeout

* fix: reset timer on wait_until_stop_or_exit ends

* fix: handle in case exception is tuple
2023-03-30 06:37:56 +00:00

6 lines
122 B
Plaintext

USE_GPU=True
BOT_NAME=<your-bot-name>
OPENAI_API_KEY=***
BING_SEARCH_URL=***
BING_SUBSCRIPTION_KEY=***
SERPAPI_API_KEY=***