Welcome to the Tune AI Cookbook! This repository contains a collection of sample applications to help you get started with various LLM tasks using Tune AI's Studio and Chat APIs.
This cookbook provides a range of sample applications demonstrating different use cases and features of Tune Studio and Tune Chat. Each sample application comes with its own README file to help you understand and get started quickly.
To get started with any of the sample applications, follow these steps:
-
Clone the repository:
git clone https://github.com/TuneHQ/cookbook.git cd cookbook
-
Navigate to the sample application directory:
cd <sample-app-directory>
-
Follow the instructions in the sample application's README file to set up and run the application.
Here are some of the sample applications included in this repository:
Sure, here is just the table for the sample applications:
Application | Description | Link |
---|---|---|
Chat App 💬 | A simple chat application demonstrating basic chat API integration. | Chat App |
Function Calling (Swiggy) 🍔 | An example of using function calling to get your order history, nearby restaurant etc with swiggy (food delivery) app. | Function Calling (Swiggy) |
Function Calling 🛠️ | General-purpose function calling with Tune Studio. | Function Calling |
Supabase RAG ⚡ | Integration with Supabase to build RAG agent | Supabase RAG |
Translator App 🌐 | A language translation application using Tune Studio. | Translator App |
Notion Recipe Generator👌 | Recipe Generator using Tune Studio and Notion. | Notion Recipe Generator |
Interview Simulator 👔 | Smnart Interview Sim using Llama 3.1 and Streamlit. | Interview Simulator |
Each directory contains a README file with detailed instructions for setting up and running the application.
We welcome contributions! Please read our Contributing Guide to learn how you can contribute to this project. 🛠️
This project is licensed under the MIT License. See the LICENSE file for more details. 📜
Happy coding, Keep Tuning! 🎉
The Tune AI Team