Skip to content

Commit f600175

Browse files
authored
fix: demonstrate export GEMINI_API_KEY= usage before wintermute
1 parent f66503a commit f600175

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/codespaces_start_hackingbuddygpt_against_a_container.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,6 @@ wintermute LinuxPrivesc --llm.api_key=$OPENAI_API_KEY --llm.model=gpt-4-turbo --
6060

6161
# docker run --restart=unless-stopped -it -d -p 8080:8080 --name gemini zhu327/gemini-openai-proxy:latest
6262

63+
# export GEMINI_API_KEY=
64+
6365
# wintermute LinuxPrivesc --llm.api_key=$GEMINI_API_KEY --llm.model=gpt-4 --llm.context_size=1000000 --conn.host=192.168.122.151 --conn.username=lowpriv --conn.password=trustno1 --conn.hostname=test1 --llm.api_url=http://localhost:8080 --llm.api_backoff=60 --max_turns 999999999

0 commit comments

Comments
 (0)