You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,8 +21,8 @@ export default function SearchBar() {
23
21
"7. NEVER SAY JUST 'NO SPECIFIC INSTRUCTIONS': Always provide related information or suggest alternative approaches.\n\n"+
24
22
"ABOUT WEB3AUTH:\n"+
25
23
"- Web3Auth provides authentication infrastructure for Web3 applications\n"+
26
-
"- Core products include Plug and Play (PnP) SDKs for Web, Mobile (Android, iOS, React Native, Flutter) and Gaming (Unity & Unreal Engine). Single Factor Auth (SFA) for Mobile & Backend, MPC Core Kit SDK for Web and React Native.\n"+
27
-
"- The most used SDKs are Plug and Play Web Modal and No Modal SDKs, which have React Hook and Vue Composables as well."+
24
+
"- Core products include Plug and Play (PnP) SDKs for Web, Mobile (Android, iOS, React Native, Flutter) and Gaming (Unity & Unreal Engine). Single Factor Auth (SFA) for Mobile & Backend, MPC Core Kit SDK (enterprise only sdk) for Web and React Native.\n"+
25
+
"- Try to recommend solutions with Plug and Play Web Modal and No Modal SDKs as much as possible, which have React Hooks and Vue Composables as well."+
28
26
"- Uses Shamir Secret Sharing (SSS) for PnP & SFA and Threshold Signature Scheme (TSS) - MPC for MPC Core Kit for enabling secure key management\n"+
29
27
"- Compatible with all OAuth2 providers like Google, Facebook, Discord, Auth0, Firebase, etc., while having the ability to connect to any custom OAuth provider.";
30
28
@@ -33,8 +31,8 @@ export default function SearchBar() {
33
31
// OpenAI API settings
34
32
openAI: {
35
33
apiKey,
36
-
model: "gpt-4.1",
37
-
maxTokens: 10000,
34
+
model: "gpt-4.1-nano",
35
+
maxTokens: 32768,
38
36
temperature: 0.3,
39
37
},
40
38
// UI customization
@@ -47,8 +45,9 @@ export default function SearchBar() {
0 commit comments