Skip to content

Commit

Permalink
Merge pull request #11 from CristinaSolana/pr-agent
Browse files Browse the repository at this point in the history
test pr agent
  • Loading branch information
CristinaSolana authored Jul 21, 2024
2 parents 2e286ec + 940a651 commit 8c4ca1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .pr_agent.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[config]
model="gpt-4o-mini"
model_turbo="gpt-3.5-turbo"
fallback_models=["gpt-4o-mini", "gpt-4o-mini-2024-07-18", "gpt-3.5-turbo"]
1 change: 0 additions & 1 deletion README-test-pr-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
## :computer: Example Apps
- [Hello World Program](https://docs.solana.com/developing/on-chain-programs/examples#helloworld)
- [Create Mint and Transfer Tokens](https://github.com/solana-labs/solana-program-library/blob/master/token/js/examples/create_mint_and_transfer_tokens.js)
- [Get Account Info](https://github.com/solana-labs/solana-web3.js/blob/master/examples/get_account_info.js)
- [Sending SOL](https://github.com/solana-labs/solana-web3.js/blob/master/examples/send_sol.js)
- [TokenSwap | UniSwap clone](https://github.com/solana-labs/solana-program-library/tree/master/token-swap)

Expand Down

0 comments on commit 8c4ca1d

Please sign in to comment.