Views
No views yet
If you need an introduction togit, or information on how to set up API keys for the tools we'll be using in this repository - check out our Interactive Dev Environment for LLM Development which has everything you'd need to get started in this repository!
git clone https://github.com/AI-Maker-Space/Beyond-ChatGPT.gitcd Beyond-ChatGPTrequirements.txt.pip install -r requirements.txt.env file. Replace the ### in your .env file with your OpenAI Key and save the file.OPENAI_API_KEY=sk-###chainlit run app.py -wllm-app using the -t parameter. The . at the end means we want all of the files in our current directory to be added to our image.docker build -t llm-app .run command. The -pparameter connects our host port # to the left of the : to our container port # on the right.docker run -p 7860:7860 llm-appNew Space.llm-appOpenrailDockerBlankCPU basic - 2 vCPU - 16 GB - FreePublic.env file. This should automatically be ignored.Variables and secrets and click on New secret on the top right.OPENAI_API_KEY and add your OpenAI key under Value. Click save.Restart this Space.🚀🎉 Exciting News! 🎉🚀
🏗️ Today, I'm thrilled to announce that I've successfully built and shipped my first-ever LLM using the powerful combination of Chainlit, Docker, and the OpenAI API! 🖥️
Check it out 👇
[LINK TO APP]
A big shoutout to the @**AI Makerspace** for all making this possible. Couldn't have done it without the incredible community there. 🤗🙏
Looking forward to building with the community! 🙌✨ Here's to many more creations ahead! 🥂🎉
Who else is diving into the world of AI? Let's connect! 🌐💡
#FirstLLM #Chainlit #Docker #OpenAI #AIMakerspace