超越Cursor颠覆传统编程!最强编程AI智能体框架OpenHands全方位测评实现零代码编程开发!支持ollama支持xAI的Grok模型!支持代码优化、项目分析、自动化测试,轻松构建完整应用

AI超元域
1 min readNov 10, 2024

--

🔥🔥🔥本篇笔记所对应的视频 https://youtu.be/Wd_PIbtbH3Q

api key申请:https://console.x.ai/

prompt

1.Explain the function and purpose of this project based on the source code in the GitHub repository.

2.Generate the page like this picture using HTML and CSS.

3.Create a chatbot similar to ChatGPT, mimicking its style and functionality. The chatbot should use OpenAI API, specifically the “gpt-4o” model from OpenAI. It should also have a feature to record conversation history, with the history displayed in a left-hand sidebar. Choose the most suitable UI framework for the interface, and use a lightweight Python framework for the backend.

安装

docker pull docker.all-hands.dev/all-hands-ai/runtime:0.13-nikolaik
docker run -it --pull=always \
-e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.13-nikolaik \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 3000:3000 \
--add-host host.docker.internal:host-gateway \
--name openhands-app \
docker.all-hands.dev/all-hands-ai/openhands:0.13

👉👉👉如有问题或请联系我的徽信 stoeng

🔥🔥🔥本项目代码由AI超元域频道制作,观看更多大模型微调视频请访问我的频道⬇

👉👉👉我的哔哩哔哩频道

👉👉👉我的YouTube频道

👉👉👉我的开源项目 https://github.com/win4r/AISuperDomain

充值openai api key或者ChatGPT会员可以使用wildcard虚拟卡充值。wildcard官方链接:

https://bewildcard.com/i/VLM

wildcard注册教程和充值API教程(国内打开速度快):

https://mp.weixin.qq.com/s?__biz=MzU0NDc2MzQ3MA==&mid=2247484020&idx=1&sn=fee448a207cbf3b4ccda8a775f4fe946&chksm=fb767955cc01f043b9e4a5ae926c2e68cefc0ee12af9df715eb632a90003784c45e2108470f1#rd

wildcard注册教程和充值API教程(海外打开速度快):

https://stoeng.medium.com/保姆级教程-通过wildcard虚拟信用卡订阅chatgpt-claude会员和api-百分百可用-a2865a18df01

--

--

No responses yet