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
using the same configuration with the same values for both versions
after I updated to 3.2 it doesn't work anymore and I get these errors when I try to send a message:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'startsWith')
at SmartChatModelRequestAdapter.to_openai (plugin:smart-connections:11045:20)
at SmartChatModelRequestAdapter.to_platform (plugin:smart-connections:11029:17)
at SmartChatModelCustomAdapter.complete (plugin:smart-connections:10787:33)
at SmartChatModel.invoke_adapter_method (plugin:smart-connections:9947:38)
at SmartChatModel.complete (plugin:smart-connections:10087:23)
at SmartThread.complete (plugin:smart-connections:15033:46)
at async SmartMessage.init (plugin:smart-connections:15632:7)
The text was updated successfully, but these errors were encountered:
Im using the Custom API(OpenAI format)
using the same configuration with the same values for both versions
after I updated to 3.2 it doesn't work anymore and I get these errors when I try to send a message:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'startsWith')
at SmartChatModelRequestAdapter.to_openai (plugin:smart-connections:11045:20)
at SmartChatModelRequestAdapter.to_platform (plugin:smart-connections:11029:17)
at SmartChatModelCustomAdapter.complete (plugin:smart-connections:10787:33)
at SmartChatModel.invoke_adapter_method (plugin:smart-connections:9947:38)
at SmartChatModel.complete (plugin:smart-connections:10087:23)
at SmartThread.complete (plugin:smart-connections:15033:46)
at async SmartMessage.init (plugin:smart-connections:15632:7)
The text was updated successfully, but these errors were encountered: