Hi Everyone,
i just try the recipe from this page
unfortunately I got error about file not found:
tool_hvplot.json
where i can find these file.
thanks
Hi Everyone,
i just try the recipe from this page
unfortunately I got error about file not found:
tool_hvplot.json
where i can find these file.
thanks
Here it is!
Hi @ahuang11
thanks for the file, however I got another error how to use openAI API, where I can put the key, is there any documentation about step using this openAI API in panel
thanks and regards
export OPENAI_API_KEY="sk..."
or
os.environ["OPENAI_API_KEY"] = "..."
Thanks @ahuang11 however I still got error:
while try another code,there is an error :
kindly please advise if need some other parameter to be customized there
For #1 you need to import os.
For #2 you should be running it on CMD line.
Thanks @ahuang11 for your advice.
We can put OPENAI_API in the .env or load in bash if using linux.
thanks