Skip to content

Commit ada9cef

Browse files
authored
Update test_llm_chat.py
Signed-off-by: kukac <adambalogh@users.noreply.github.com>
1 parent a5ae896 commit ada9cef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integrationtest/llm/test_llm_chat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
]
2424

2525
# Amount of OPG tokens to fund the test account with
26-
OPG_FUND_AMOUNT = 0.05
26+
OPG_FUND_AMOUNT = 0.005
2727
# Amount of ETH to fund the test account with (for gas)
28-
ETH_FUND_AMOUNT = 0.001
28+
ETH_FUND_AMOUNT = 0.0001
2929

3030

3131
def _fund_account(funder_key: str, recipient_address: str):

0 commit comments

Comments
 (0)