Chart-GPT是一个基于文本输入构建图表的AI工具,可在几秒钟内将文本转换为漂亮的图表。
https://www.chartgpt.dev/
首先克隆这个存储库:gitclonehttps://github.com/whoiskatrin/chart-gpt.gitcdchart-gpt然后用cp.env.example.env复制.example模板,并添加你的OpenAIAPI密钥:
OPENAI_API_KEY="your-api-key"然后安装依赖项并启动开发服务器:
npminstallnpmrundev#oryarnyarndevhttps://localhost:3000
评论