We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22c144 commit 71af0b1Copy full SHA for 71af0b1
solana-openai/nodejs/src/index.ts
@@ -44,7 +44,7 @@ export const solanaOpenAI = async () => {
44
console.log("🔄 Connecting to the Lit network...");
45
litNodeClient = new LitNodeClient({
46
litNetwork: LIT_NETWORK,
47
- debug: true,
+ debug: false,
48
});
49
await litNodeClient.connect();
50
console.log("✅ Connected to the Lit network");
@@ -161,8 +161,6 @@ export const solanaOpenAI = async () => {
161
apiKeyCipherText,
162
apiKeyDataToEncryptHash,
163
prompt,
164
- publicKey: pkpInfo.publicKey!,
165
- apiKey: OPENAI_API_KEY,
166
},
167
168
console.log("✅ Executed the Lit Action");
0 commit comments