Shujun Yuan
Shujun Yuan
still cannot run locally.
Thanks for your reply. I've checked the log file, then I solved the environment dependency problem. Now I can run "python app.py" in the path, but I got a conflict...
what's the path to set my env var DASHSCOPE_API_KEY=''
my command terminal: D:\git\llm_riddles\modelscope\examples\apps\llm_riddles> set DASHSCOPE_API_KEY='...' D:\git\llm_riddles\modelscope\examples\apps\llm_riddles>echo %DASHSCOPE_API_KEY% '...' When I open the local URL to use your app, there are four errors on my screen after I tapped some...
Terminal command line: raise AuthenticationError 
I've tried several ways you mentioned and learned from aliyun API-KEY Set with terminal Git Bash. such as 1. export DASHSCOPE_API_KEY="YOUR_DASHSCOPE_API_KEY"; 2. import dashscope dashscope.api_key="YOUR_DASHSCOPE_API_KEY" All failed😂perhaps my API-KEY was...
I've transferred open-machine-learning-jupyter-book/ml-fundamentals/regression/managing-data.md to .ipynb, which displays well with the results of the code. I could see a "warning" bar in the file which specifies "There is missing data, but...
I've seen the previous location of the "here" link, it shows "404" which means these .md were transferred to .ipynb by JackWang0318. He completed the issue [delete_outpout_warning]#611.
> Trying to solve the problem of not outputting the results of the code for this chapter of the [book](https://press.ocademy.cc/ml-fundamentals/classification/introduction-to-classification.html), the chapter is located at [here](https://github.com/ocademy-ai/machine-learning/blob/main/open-machine-learning-jupyter-book/ml-fundamentals/classification/introduction-to-classification.md) [book](https://press.ocademy.cc/ml-fundamentals/classification/introduction-to-classification.html), in my look...