Skip to content

Commit 283c70e

Browse files
committed
fix: example for MAC.md
1 parent 0cea0d7 commit 283c70e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎MAC.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ Therefore, localhost TCP port 49152 (or higher) dynamic port number is used for
1616

1717
http://localhost:8080 is genmini-openai-proxy
1818

19+
gpt-4 maps to gemini-1.5-flash-latest
20+
1921
For example:
2022

2123
```zsh
2224
export GEMINI_API_KEY=
2325

2426
export PORT=49152
2527

26-
wintermute LinuxPrivesc --llm.api_key=$GEMINI_API_KEY --llm.model=gemini-1.5-flash-latest --llm.context_size=1000000 --conn.host=localhost --conn.port $PORT --conn.username=lowpriv --conn.password=trustno1 --conn.hostname=test1 --llm.api_url=http://localhost:8080 --llm.api_backoff=60 --max_turns 999999999
28+
wintermute LinuxPrivesc --llm.api_key=$GEMINI_API_KEY --llm.model=gpt-4 --llm.context_size=1000000 --conn.host=localhost --conn.port $PORT --conn.username=lowpriv --conn.password=trustno1 --conn.hostname=test1 --llm.api_url=http://localhost:8080 --llm.api_backoff=60 --max_turns 999999999
2729
```
2830

2931
The above example is consolidated into shell scripts with prerequisites as follows:

0 commit comments

Comments
 (0)