In this lecture titled “0103 Writing the AI system message to become the expert online dating coach,” the speaker provides guidance on crafting a system message for an AI to send from an online dating account. Following the code to extract text from conversation screenshots in the previous lecture, the next step is to craft a message for the AI to communicate with a private server. The speaker recommends stating that the user is an expert in online dating and relationship psychology to take charge of the conversation. Users are also encouraged to create a menu enabling the user to specify their preferred gender for dating. The speaker emphasizes the importance of creativity in crafting the system message to achieve the desired response in the conversation.
![AI Mobile Course](https://appsfresh.com/wp-content/uploads/2024/02/ai-mobile-course.webp)
Please sign up here to subscribe to the AI tutorials
In the following lecture titled “0104 Sending online dating request to private LLM server and display it”, the speaker demonstrates coding to request an AI response from a private Language Model (LLM) server for an online dating application. Emphasizing that this is not a Vision-based LLM, the speaker utilizes an AI manager to generate text from the private server. Prior to sending the request, an activity indicator is initiated to provide user feedback. The response is then evaluated for success or failure. Should failure occur, an error message is displayed. Conversely, for a successful response, the server output is printed and included in the UI text area using the main thread.
![AI Mobile Course](https://appsfresh.com/wp-content/uploads/2024/02/ai-mobile-course.webp)
Please sign up here to subscribe to the AI tutorials
In the next video titled “0105 Testing the online dating app AI,” the speaker conducts the final test on the female Prospect of the Online Dating App AI, removing the male Prospect and cleaning up the code for smooth operation. Following this, when the app is played, it connects to the private LLM server, generates a message, and initiates a conversation. The speaker expresses satisfaction with the app’s performance and intends to share the source code on apps fresh.com for others to explore. He also requests support to continue creating content and invites viewers to reach out on the same website, maintaining his enthusiasm for the project despite its demands.
![AI Mobile Course](https://appsfresh.com/wp-content/uploads/2024/02/ai-mobile-course.webp)
Please sign up here to subscribe to the AI tutorials