vrabota
vrabota
CCConvex Community
Created by vrabota on 2/16/2024 in #support-community
Using Open AI API
but it's safe to do like that? let's say I want to run something with OpenAPI key, when I'm exposing that action to client view, someone can get my key?
9 replies
CCConvex Community
Created by vrabota on 2/16/2024 in #support-community
Using Open AI API
ok got it, thank you
9 replies
CCConvex Community
Created by vrabota on 2/16/2024 in #support-community
Using Open AI API
How can access response from action on client?
const generateDomains = useAction(api.generateDomains.doSomething);
const generateDomains = useAction(api.generateDomains.doSomething);
I'm using something like this, but how can I access here a response?
9 replies