mirror of
https://github.com/corca-ai/EVAL
synced 2024-10-30 09:20:44 +00:00
1fdf63741f
* 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
6 lines
122 B
Plaintext
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=*** |