From the course: Level up LLM applications development with LangChain and OpenAI
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Solution: Deploy your app
From the course: Level up LLM applications development with LangChain and OpenAI
Solution: Deploy your app
- [Instructor] Now we are moving on to the most exciting part, which is to deploy the app. So we have covered the first part, which is to add the app to GitHub so we know that this is available. So let's move on to this part, which is to go here and create a new app from our workspace. So we're going to follow this link. All right, ad from here you can then go to create app. All right, and you can select from here. So we're going to say yes, we have an app because we have one which is available from GitHub. And from here you have two options to deploy your app. You can use this interactive picker or you can choose to paste a GitHub URL. So I'm going to show you both. So let me show you this one first because it is very easy. So from here you can just use your GitHub URL, and you need to actually provide with the URL and access the main entry points of your app. Let me show you. So here I am on my GitHub repository. So you need to select here the main entry points, which is app.py…