Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 authored Dec 28, 2024
1 parent 886915c commit f623fb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ npm install fuel-agent-kit

You will need two things:

- An OpenAI API key
- A Fuel wallet private key
- An OpenAI or Gemini or Anthropic API key

```ts
import { FuelAgent } from 'fuel-agent-kit';

const agent = new FuelAgent({
model: 'gpt-4o-mini',
openaiApiKey: process.env.OPENAI_API_KEY,
walletPrivateKey: process.env.FUEL_WALLET_PRIVATE_KEY,
});
Expand Down Expand Up @@ -58,7 +59,7 @@ import { transferTool } from 'fuel-agent-kit';

Make sure you have the following environment variables set:

- `OPENAI_API_KEY`: Your OpenAI API key
- `OPENAI_API_KEY`: Your OpenAI API key (or `GOOGLE_GEMINI_API_KEY` or `ANTHROPIC_API_KEY`)
- `FUEL_WALLET_PRIVATE_KEY`: Your Fuel wallet private key

To run the project locally, run the following command:
Expand Down

0 comments on commit f623fb9

Please sign in to comment.