Skip to content

Commit f2ead51

Browse files
authored
chore: update dependencies (#20)
1 parent 7c5b068 commit f2ead51

File tree

3 files changed

+705
-764
lines changed

3 files changed

+705
-764
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ npm install openai
2929
import OpenAI from 'openai';
3030

3131
const openai = new OpenAI({
32-
baseURL: 'https:/openrouter.apify.actor/api/v1',
32+
baseURL: 'https://openrouter.apify.actor/api/v1',
3333
apiKey: 'no-key-required-but-must-not-be-empty', // Any non-empty string works; do NOT use a real API key.
3434
defaultHeaders: {
3535
Authorization: `Bearer ${process.env.APIFY_TOKEN}`, // Apify token is loaded automatically in runtime

0 commit comments

Comments
 (0)