Skip to content

Commit

Permalink
chores: remove test token
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-btc committed Aug 23, 2023
1 parent 93f2410 commit e0e48c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { generateStream, generateWithTokenUsage } from "../lib/generate";

const config = {
endpoint: "http://localhost:8080",
token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiOGJlOWQwZWYtZGMyZi00ODQzLWE0MjctYmYwNDRlZmJkNTVlIiwiaWF0IjoxNTE2MjM5MDIyfQ.1lULQuZIkRBL9eWPYjsU-x0Am4F0VauW82ZRTiRVyaE",
token: "<YOUR_TOKEN>",
};

function handleStreamData(stream: Readable): Promise<void> {
Expand Down

0 comments on commit e0e48c8

Please sign in to comment.