Skip to content

Commit 71af0b1

Browse files
committed
Revert changes
1 parent c22c144 commit 71af0b1

File tree

3 files changed

+15208
-147
lines changed

3 files changed

+15208
-147
lines changed

solana-openai/nodejs/src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const solanaOpenAI = async () => {
4444
console.log("🔄 Connecting to the Lit network...");
4545
litNodeClient = new LitNodeClient({
4646
litNetwork: LIT_NETWORK,
47-
debug: true,
47+
debug: false,
4848
});
4949
await litNodeClient.connect();
5050
console.log("✅ Connected to the Lit network");
@@ -161,8 +161,6 @@ export const solanaOpenAI = async () => {
161161
apiKeyCipherText,
162162
apiKeyDataToEncryptHash,
163163
prompt,
164-
publicKey: pkpInfo.publicKey!,
165-
apiKey: OPENAI_API_KEY,
166164
},
167165
});
168166
console.log("✅ Executed the Lit Action");

0 commit comments

Comments
 (0)