diff --git a/.env b/.env index dc51dd2..a3b1d7a 100644 --- a/.env +++ b/.env @@ -7,4 +7,9 @@ SHOW_THINKING_BLOCKS=false DEBUG_MODE=true AUTOREPLY_ENABLED=true # Cooldown in seconds -AUTOREPLY_COOLDOWN=0 \ No newline at end of file +AUTOREPLY_COOLDOWN=0 +# Used for Codex to reach my repo on Forgejo +FORGEJO_URL=https://forgejo.milotech.us +FORGEJO_OWNER=milo +FORGEJO_REPO=AI-Discord-Bot +FORGEJO_TOKEN=e404acfa246e3a8c07c5c15a98f8ac4b7384c3c5 \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a8c2003 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "python-envs.defaultEnvManager": "ms-python.python:conda", + "python-envs.defaultPackageManager": "ms-python.python:conda", + "python-envs.pythonProjects": [] +} \ No newline at end of file