Some artificial intelligence websites and tools

Since ChatGPT was released in November last year, the number of users has exceeded 200 million in just two years. At the same time, some websites similar to ChatGPT have sprung up, including large models trained independently like Wen Xinyiyan and Bert, and websites generated by calling OpenAI's API. Here are some artificial intelligence websites and tools I recommend here.

  • https://poe.com/ChatGPT This is a website that integrates many AI models (including ChatGPT and GPT4). It does not require registration and the response speed is faster than the original ChatGPT website. You need to drive a ladder to open it, but there are no IP restrictions, so you don't have to worry about being blocked from access.

  • https://yiyan.baidu.com/ Wen Xinyi said that the large-scale AI model developed by Baidu is not as powerful as ChatGPT, but it is more reliable in processing Chinese information in some aspects. Currently, you need to apply for a registration code to use it.

  • https://github.com/features/preview/copilot-x Copilot X, an AI code generation tool, can help us automatically generate the required code, greatly improving programming efficiency. It can predict the code we need to write based on the previous code. For example, if I give the function name, it will automatically generate the main body of the function for me, saving a lot of time of repeatedly writing code.

  • https://www.cursor.so/ Cursor, an AI code editor, can generate code based on instructions given by the user, such as asking it to write a code that reads a fasta file sequence:

 

 

 

Guess you like

Origin blog.csdn.net/m0_56572447/article/details/129938199